#5F48BB

Color #5F48BB Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #5F48BB

Tints of Blue Marguerite #5F48BB

Color information

#5F48BB (or 0x5F48BB) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 48 and BB. RGB value is (95,72,187). Sum of RGB (Red+Green+Blue) = 95+72+187=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F48BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F48BB is #A0B744. Grayscale: #5B5B5B. Windows color (decimal): -10532677 or 12273759. OLE color: 12273759.

HSL color Cylindrical-coordinate representation of color #5F48BB: hue angle of 252º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F48BB is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9572187-
CMYK0.490.6100.27
HSL252º45.82%50.78%-
HSV(B)252º61.5%73.33%-
XYZ16.0110.6648.23-
YUV91.99181.62130.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 26.84%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 187 (73.44% from 255) = 52.82%
R=26.84%
G=20.34%
B=52.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95721870.490.6100.2725245.8250.78
Hex5F48BB313D01Bfc2e33
Octal13711027361750333745663
Binary101111110010001011101111000111110101101111111100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F48BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F48BB; }

 p { color: rgb(95,72,187); }

 H1.HeaderClassName
 {
   color: #5F48BB;
 }
 .AnyTagClassName
 {
   color: #5F48BB;
 }
</style>
background-color css

<style>
 a { background-color: #5F48BB; }

 a { background-color: rgb(95,72,187); }

 div.DivClassName
 {
   background-color: #5F48BB;
 }
 .BgClassName
 {
   background-color: #5F48BB;
 }
</style>
border-color css

<style>
 span { border-color: #5F48BB; }

 span { border-color: rgb(95,72,187); }

 td.TdClassName
 {
   border-color: #5F48BB;
 }
 .TagClassName
 {
   border-color: #5F48BB;
 }
</style>