#5F56BE

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

Shades of Blue Marguerite #5F56BE

Tints of Blue Marguerite #5F56BE

Color information

#5F56BE (or 0x5F56BE) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 56 and BE. RGB value is (95,86,190). Sum of RGB (Red+Green+Blue) = 95+86+190=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F56BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F56BE is #A0A941. Grayscale: #646464. Windows color (decimal): -10529090 or 12473951. OLE color: 12473951.

HSL color Cylindrical-coordinate representation of color #5F56BE: hue angle of 245.19º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F56BE is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9586190-
CMYK0.50.5500.25
HSL245.19º44.44%54.12%-
HSV(B)245.19º54.74%74.51%-
XYZ17.3412.8150.27-
YUV100.55178.48124.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=25.61%
G=23.18%
B=51.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95861900.50.5500.25245.1944.4454.12
Hex5F56BE3237019f52c36
Octal13712627662670313655466
Binary101111110101101011111011001011011101100111110101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F56BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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