#5F57BA

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

Shades of Blue Marguerite #5F57BA

Tints of Blue Marguerite #5F57BA

Color information

#5F57BA (or 0x5F57BA) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 57 and BA. RGB value is (95,87,186). Sum of RGB (Red+Green+Blue) = 95+87+186=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F57BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F57BA is #A0A845. Grayscale: #646464. Windows color (decimal): -10528838 or 12212063. OLE color: 12212063.

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

Color convert

RGB9587186-
CMYK0.490.5300.27
HSL244.85º41.77%53.53%-
HSV(B)244.85º53.23%72.94%-
XYZ16.9912.7948.03-
YUV100.68176.15123.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.82%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=25.82%
G=23.64%
B=50.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95871860.490.5300.27244.8541.7753.53
Hex5F57BA313501Bf52a36
Octal13712727261650333655266
Binary101111110101111011101011000111010101101111110101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F57BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,87,186); }

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

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

 a { background-color: rgb(95,87,186); }

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

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

 span { border-color: rgb(95,87,186); }

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