#5d63e3

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

Shades of Slate Blue #5D63E3

Tints of Slate Blue #5D63E3

Color information

#5D63E3 (or 0x5D63E3) is unknown color: approx Slate Blue. HEX triplet: 5D, 63 and E3. RGB value is (93,99,227). Sum of RGB (Red+Green+Blue) = 93+99+227=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 227 (89.06% from 255 or 54.18% from 419); Max value from RGB is 227 - color contains mainly: blue. Hex color #5D63E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D63E3 is #A29C1C. Grayscale: #6F6F6F. Windows color (decimal): -10656797 or 14902109. OLE color: 14902109.

HSL color Cylindrical-coordinate representation of color #5D63E3: hue angle of 237.31º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D63E3 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9399227-
CMYK0.590.5600.11
HSL237.31º70.53%62.75%-
HSV(B)237.31º59.03%89.02%-
XYZ22.8416.874.71-
YUV111.8193.01114.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.20%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 227 (89.06% from 255) = 54.18%
R=22.20%
G=23.63%
B=54.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal93992270.590.5600.11237.3170.5362.75
Hex5D63E33B380Bed473f
Octal135143343737001335510777
Binary101110111000111110001111101111100001011111011011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d63e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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