#5E5CC9

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

Shades of Slate Blue #5E5CC9

Tints of Slate Blue #5E5CC9

Color information

#5E5CC9 (or 0x5E5CC9) is unknown color: approx Slate Blue. HEX triplet: 5E, 5C and C9. RGB value is (94,92,201). Sum of RGB (Red+Green+Blue) = 94+92+201=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #5E5CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5CC9 is #A1A336. Grayscale: #686868. Windows color (decimal): -10593079 or 13196382. OLE color: 13196382.

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

Color convert

RGB9492201-
CMYK0.530.5400.21
HSL241.1º50.23%57.45%-
HSV(B)241.1º54.23%78.82%-
XYZ18.9914.2557.01-
YUV105.02182.16120.14-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.29%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 201 (78.91% from 255) = 51.94%
R=24.29%
G=23.77%
B=51.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal94922010.530.5400.21241.150.2357.45
Hex5E5CC93536015f13239
Octal13613431165660253616271
Binary101111010111001100100111010111011001010111110001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,92,201); }

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

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

 a { background-color: rgb(94,92,201); }

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

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

 span { border-color: rgb(94,92,201); }

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