#5F59BC

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

Shades of Blue Marguerite #5F59BC

Tints of Blue Marguerite #5F59BC

Color information

#5F59BC (or 0x5F59BC) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 59 and BC. RGB value is (95,89,188). Sum of RGB (Red+Green+Blue) = 95+89+188=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F59BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F59BC is #A0A643. Grayscale: #656565. Windows color (decimal): -10528324 or 12343647. OLE color: 12343647.

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

Color convert

RGB9589188-
CMYK0.490.5300.26
HSL243.64º42.49%54.31%-
HSV(B)243.64º52.66%73.73%-
XYZ17.3713.2149.21-
YUV102.08176.49122.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.54%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 188 (73.83% from 255) = 50.54%
R=25.54%
G=23.92%
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.26
SystemRedGreenBlueCMYKHSL
Decimal95891880.490.5300.26243.6442.4954.31
Hex5F59BC313501Af42a36
Octal13713127461650323645266
Binary101111110110011011110011000111010101101011110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F59BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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