#5F58BF

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

Shades of Slate Blue #5F58BF

Tints of Slate Blue #5F58BF

Color information

#5F58BF (or 0x5F58BF) is unknown color: approx Slate Blue. HEX triplet: 5F, 58 and BF. RGB value is (95,88,191). Sum of RGB (Red+Green+Blue) = 95+88+191=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F58BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F58BF is #A0A740. Grayscale: #656565. Windows color (decimal): -10528577 or 12539999. OLE color: 12539999.

HSL color Cylindrical-coordinate representation of color #5F58BF: hue angle of 244.08º degrees, saturation: 0.45, 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 #5F58BF is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9588191-
CMYK0.500.5400.25
HSL244.08º44.59%54.71%-
HSV(B)244.08º53.93%74.9%-
XYZ17.6113.1750.9-
YUV101.84178.32123.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.40%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 191 (75% from 255) = 51.07%
R=25.40%
G=23.53%
B=51.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95881910.500.5400.25244.0844.5954.71
Hex5F58BF3236019f42d37
Octal13713027762660313645567
Binary101111110110001011111111001011011001100111110100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F58BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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