#5F5DE4

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

Shades of Slate Blue #5F5DE4

Tints of Slate Blue #5F5DE4

Color information

#5F5DE4 (or 0x5F5DE4) is unknown color: approx Slate Blue. HEX triplet: 5F, 5D and E4. RGB value is (95,93,228). Sum of RGB (Red+Green+Blue) = 95+93+228=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 228 (89.45% from 255 or 54.81% from 416); Max value from RGB is 228 - color contains mainly: blue. Hex color #5F5DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5DE4 is #A0A21B. Grayscale: #6C6C6C. Windows color (decimal): -10527260 or 14966111. OLE color: 14966111.

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

Color convert

RGB9593228-
CMYK0.580.5900.11
HSL240.89º71.43%62.94%-
HSV(B)240.89º59.21%89.41%-
XYZ22.6415.8675.27-
YUV108.99195.16118.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.84%
GREEN value IS 93 (36.72% from 255) = 22.36%
BLUE value IS 228 (89.45% from 255) = 54.81%
R=22.84%
G=22.36%
B=54.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal95932280.580.5900.11240.8971.4362.94
Hex5F5DE43A3B0Bf1473f
Octal137135344727301336110777
Binary101111110111011110010011101011101101011111100011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,93,228); }

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

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

 a { background-color: rgb(95,93,228); }

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

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

 span { border-color: rgb(95,93,228); }

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