#5D4CDE

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

Shades of Slate Blue #5D4CDE

Tints of Slate Blue #5D4CDE

Color information

#5D4CDE (or 0x5D4CDE) is unknown color: approx Slate Blue. HEX triplet: 5D, 4C and DE. RGB value is (93,76,222). Sum of RGB (Red+Green+Blue) = 93+76+222=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D4CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CDE is #A2B321. Grayscale: #616161. Windows color (decimal): -10662690 or 14568541. OLE color: 14568541.

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

Color convert

RGB9376222-
CMYK0.580.6600.13
HSL246.99º68.87%58.43%-
HSV(B)246.99º65.77%87.06%-
XYZ20.2812.7770.5-
YUV97.73198.13124.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.79%
GREEN value IS 76 (30.08% from 255) = 19.44%
BLUE value IS 222 (87.11% from 255) = 56.78%
R=23.79%
G=19.44%
B=56.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93762220.580.6600.13246.9968.8758.43
Hex5D4CDE3A420Df7453a
Octal1351143367210201536710572
Binary1011101100110011011110111010100001001101111101111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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