#5F59BE

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

Shades of Blue Marguerite #5F59BE

Tints of Blue Marguerite #5F59BE

Color information

#5F59BE (or 0x5F59BE) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 59 and BE. RGB value is (95,89,190). Sum of RGB (Red+Green+Blue) = 95+89+190=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F59BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F59BE is #A0A641. Grayscale: #656565. Windows color (decimal): -10528322 or 12474719. OLE color: 12474719.

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

Color convert

RGB9589190-
CMYK0.50.5300.25
HSL243.56º43.72%54.71%-
HSV(B)243.56º53.16%74.51%-
XYZ17.5913.350.35-
YUV102.31177.49122.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.40%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=25.40%
G=23.80%
B=50.80%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95891900.50.5300.25243.5643.7254.71
Hex5F59BE3235019f42c37
Octal13713127662650313645467
Binary101111110110011011111011001011010101100111110100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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