#5D63DD

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

Shades of Slate Blue #5D63DD

Tints of Slate Blue #5D63DD

Color information

#5D63DD (or 0x5D63DD) is unknown color: approx Slate Blue. HEX triplet: 5D, 63 and DD. RGB value is (93,99,221). Sum of RGB (Red+Green+Blue) = 93+99+221=413 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.52% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #5D63DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D63DD is #A29C22. Grayscale: #6E6E6E. Windows color (decimal): -10656803 or 14508893. OLE color: 14508893.

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

Color convert

RGB9399221-
CMYK0.580.5500.13
HSL237.19º65.31%61.57%-
HSV(B)237.19º57.92%86.67%-
XYZ22.0316.4770.42-
YUV111.11190.01115.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.52%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 221 (86.72% from 255) = 53.51%
R=22.52%
G=23.97%
B=53.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93992210.580.5500.13237.1965.3161.57
Hex5D63DD3A370Ded413e
Octal135143335726701535510176
Binary101110111000111101110111101011011101101111011011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D63DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,99,221); }

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

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

 a { background-color: rgb(93,99,221); }

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

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

 span { border-color: rgb(93,99,221); }

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