#5F56B9

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

Shades of Blue Marguerite #5F56B9

Tints of Blue Marguerite #5F56B9

Color information

#5F56B9 (or 0x5F56B9) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 56 and B9. RGB value is (95,86,185). Sum of RGB (Red+Green+Blue) = 95+86+185=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #5F56B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F56B9 is #A0A946. Grayscale: #636363. Windows color (decimal): -10529095 or 12146271. OLE color: 12146271.

HSL color Cylindrical-coordinate representation of color #5F56B9: hue angle of 245.45º degrees, saturation: 0.41, 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 #5F56B9 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9586185-
CMYK0.490.5400.27
HSL245.45º41.42%53.14%-
HSV(B)245.45º53.51%72.55%-
XYZ16.812.5947.44-
YUV99.98175.98124.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.96%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 185 (72.66% from 255) = 50.55%
R=25.96%
G=23.50%
B=50.55%

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
Decimal95861850.490.5400.27245.4541.4253.14
Hex5F56B9313601Bf52935
Octal13712627161660333655165
Binary101111110101101011100111000111011001101111110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F56B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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