#5D65E0

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

Shades of Slate Blue #5D65E0

Tints of Slate Blue #5D65E0

Color information

#5D65E0 (or 0x5D65E0) is unknown color: approx Slate Blue. HEX triplet: 5D, 65 and E0. RGB value is (93,101,224). Sum of RGB (Red+Green+Blue) = 93+101+224=418 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.25% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #5D65E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D65E0 is #A29A1F. Grayscale: #707070. Windows color (decimal): -10656288 or 14706013. OLE color: 14706013.

HSL color Cylindrical-coordinate representation of color #5D65E0: hue angle of 236.34º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D65E0 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB93101224-
CMYK0.580.5500.12
HSL236.34º67.88%62.16%-
HSV(B)236.34º58.48%87.84%-
XYZ22.6217.0272.61-
YUV112.63190.85114-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.25%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 224 (87.89% from 255) = 53.59%
R=22.25%
G=24.16%
B=53.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal931012240.580.5500.12236.3467.8862.16
Hex5D65E03A370Cec443e
Octal135145340726701435410476
Binary101110111001011110000011101011011101100111011001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D65E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,101,224); }

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

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

 a { background-color: rgb(93,101,224); }

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

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

 span { border-color: rgb(93,101,224); }

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