#5F58BD

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

Shades of Blue Marguerite #5F58BD

Tints of Blue Marguerite #5F58BD

Color information

#5F58BD (or 0x5F58BD) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 58 and BD. RGB value is (95,88,189). Sum of RGB (Red+Green+Blue) = 95+88+189=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F58BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F58BD is #A0A742. Grayscale: #656565. Windows color (decimal): -10528579 or 12408927. OLE color: 12408927.

HSL color Cylindrical-coordinate representation of color #5F58BD: hue angle of 244.16º degrees, saturation: 0.43, 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 #5F58BD is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9588189-
CMYK0.500.5300.26
HSL244.16º43.35%54.31%-
HSV(B)244.16º53.44%74.12%-
XYZ17.3913.0949.75-
YUV101.61177.32123.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.54%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=25.54%
G=23.66%
B=50.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal95881890.500.5300.26244.1643.3554.31
Hex5F58BD323501Af42b36
Octal13713027562650323645366
Binary101111110110001011110111001011010101101011110100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F58BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,88,189); }

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

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

 a { background-color: rgb(95,88,189); }

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

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

 span { border-color: rgb(95,88,189); }

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