#5C5DDE

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

Shades of Slate Blue #5C5DDE

Tints of Slate Blue #5C5DDE

Color information

#5C5DDE (or 0x5C5DDE) is unknown color: approx Slate Blue. HEX triplet: 5C, 5D and DE. RGB value is (92,93,222). Sum of RGB (Red+Green+Blue) = 92+93+222=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #5C5DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5DDE is #A3A221. Grayscale: #6A6A6A. Windows color (decimal): -10723874 or 14572892. OLE color: 14572892.

HSL color Cylindrical-coordinate representation of color #5C5DDE: hue angle of 239.54º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C5DDE is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9293222-
CMYK0.590.5800.13
HSL239.54º66.33%61.57%-
HSV(B)239.54º58.56%87.06%-
XYZ21.5115.3870.94-
YUV107.41192.67117.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.60%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 222 (87.11% from 255) = 54.55%
R=22.60%
G=22.85%
B=54.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92932220.590.5800.13239.5466.3361.57
Hex5C5DDE3B3A0Df0423e
Octal134135336737201536010276
Binary101110010111011101111011101111101001101111100001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,93,222); }

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

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

 a { background-color: rgb(92,93,222); }

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

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

 span { border-color: rgb(92,93,222); }

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