#5F5ECA

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

Shades of Slate Blue #5F5ECA

Tints of Slate Blue #5F5ECA

Color information

#5F5ECA (or 0x5F5ECA) is unknown color: approx Slate Blue. HEX triplet: 5F, 5E and CA. RGB value is (95,94,202). Sum of RGB (Red+Green+Blue) = 95+94+202=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F5ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ECA is #A0A135. Grayscale: #6A6A6A. Windows color (decimal): -10527030 or 13262431. OLE color: 13262431.

HSL color Cylindrical-coordinate representation of color #5F5ECA: hue angle of 240.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F5ECA is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9594202-
CMYK0.530.5300.21
HSL240.56º50.47%58.04%-
HSV(B)240.56º53.47%79.22%-
XYZ19.3814.757.69-
YUV106.61181.83119.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.30%
GREEN value IS 94 (37.11% from 255) = 24.04%
BLUE value IS 202 (79.30% from 255) = 51.66%
R=24.30%
G=24.04%
B=51.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95942020.530.5300.21240.5650.4758.04
Hex5F5ECA3535015f1323a
Octal13713631265650253616272
Binary101111110111101100101011010111010101010111110001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,94,202); }

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

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

 a { background-color: rgb(95,94,202); }

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

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

 span { border-color: rgb(95,94,202); }

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