#5E65CE

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

Shades of Slate Blue #5E65CE

Tints of Slate Blue #5E65CE

Color information

#5E65CE (or 0x5E65CE) is unknown color: approx Slate Blue. HEX triplet: 5E, 65 and CE. RGB value is (94,101,206). Sum of RGB (Red+Green+Blue) = 94+101+206=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E65CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E65CE is #A19A31. Grayscale: #6E6E6E. Windows color (decimal): -10590770 or 13526366. OLE color: 13526366.

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

Color convert

RGB94101206-
CMYK0.540.5100.19
HSL236.25º53.33%58.82%-
HSV(B)236.25º54.37%80.78%-
XYZ20.4116.1460.43-
YUV110.88181.68115.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.44%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 206 (80.86% from 255) = 51.37%
R=23.44%
G=25.19%
B=51.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal941012060.540.5100.19236.2553.3358.82
Hex5E65CE3633013ec353b
Octal13614531666630233546573
Binary101111011001011100111011011011001101001111101100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,101,206); }

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

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

 a { background-color: rgb(94,101,206); }

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

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

 span { border-color: rgb(94,101,206); }

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