#5F58E2

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

Shades of Slate Blue #5F58E2

Tints of Slate Blue #5F58E2

Color information

#5F58E2 (or 0x5F58E2) is unknown color: approx Slate Blue. HEX triplet: 5F, 58 and E2. RGB value is (95,88,226). Sum of RGB (Red+Green+Blue) = 95+88+226=409 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.23% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 226 (88.67% from 255 or 55.26% from 409); Max value from RGB is 226 - color contains mainly: blue. Hex color #5F58E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F58E2 is #A0A71D. Grayscale: #696969. Windows color (decimal): -10528542 or 14833759. OLE color: 14833759.

HSL color Cylindrical-coordinate representation of color #5F58E2: hue angle of 243.04º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F58E2 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9588226-
CMYK0.580.6100.11
HSL243.04º70.41%61.57%-
HSV(B)243.04º61.06%88.63%-
XYZ21.9414.973.67-
YUV105.82195.82120.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.23%
GREEN value IS 88 (34.77% from 255) = 21.52%
BLUE value IS 226 (88.67% from 255) = 55.26%
R=23.23%
G=21.52%
B=55.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal95882260.580.6100.11243.0470.4161.57
Hex5F58E23A3D0Bf3463e
Octal137130342727501336310676
Binary101111110110001110001011101011110101011111100111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F58E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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