#5F58BE

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

Shades of Blue Marguerite #5F58BE

Tints of Blue Marguerite #5F58BE

Color information

#5F58BE (or 0x5F58BE) is unknown color: approx Blue Marguerite. HEX triplet: 5F, 58 and BE. RGB value is (95,88,190). Sum of RGB (Red+Green+Blue) = 95+88+190=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F58BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F58BE is #A0A741. Grayscale: #656565. Windows color (decimal): -10528578 or 12474463. OLE color: 12474463.

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

Color convert

RGB9588190-
CMYK0.50.5400.25
HSL244.12º43.97%54.51%-
HSV(B)244.12º53.68%74.51%-
XYZ17.513.1350.33-
YUV101.72177.82123.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.47%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=25.47%
G=23.59%
B=50.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95881900.50.5400.25244.1243.9754.51
Hex5F58BE3236019f42c37
Octal13713027662660313645467
Binary101111110110001011111011001011011001100111110100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F58BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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