#5E66CD

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

Shades of Slate Blue #5E66CD

Tints of Slate Blue #5E66CD

Color information

#5E66CD (or 0x5E66CD) is unknown color: approx Slate Blue. HEX triplet: 5E, 66 and CD. RGB value is (94,102,205). Sum of RGB (Red+Green+Blue) = 94+102+205=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E66CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E66CD is #A19932. Grayscale: #6E6E6E. Windows color (decimal): -10590515 or 13461086. OLE color: 13461086.

HSL color Cylindrical-coordinate representation of color #5E66CD: hue angle of 235.68º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E66CD is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB94102205-
CMYK0.540.5000.20
HSL235.68º52.61%58.63%-
HSV(B)235.68º54.15%80.39%-
XYZ20.3916.2959.83-
YUV111.35180.85115.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.44%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 205 (80.47% from 255) = 51.12%
R=23.44%
G=25.44%
B=51.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941022050.540.5000.20235.6852.6158.63
Hex5E66CD3632014ec353b
Octal13614631566620243546573
Binary101111011001101100110111011011001001010011101100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E66CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,102,205); }

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

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

 a { background-color: rgb(94,102,205); }

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

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

 span { border-color: rgb(94,102,205); }

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