#5F56BA

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

Shades of Blue Marguerite #5F56BA

Tints of Blue Marguerite #5F56BA

Color information

#5F56BA (or 0x5F56BA) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 56 and BA. RGB value is (95,86,186). Sum of RGB (Red+Green+Blue) = 95+86+186=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F56BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F56BA is #A0A945. Grayscale: #636363. Windows color (decimal): -10529094 or 12211807. OLE color: 12211807.

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

Color convert

RGB9586186-
CMYK0.490.5400.27
HSL245.4º42.02%53.33%-
HSV(B)245.4º53.76%72.94%-
XYZ16.9112.6348-
YUV100.09176.48124.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.89%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=25.89%
G=23.43%
B=50.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95861860.490.5400.27245.442.0253.33
Hex5F56BA313601Bf52a35
Octal13712627261660333655265
Binary101111110101101011101011000111011001101111110101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F56BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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