#5C63DD

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

Shades of Slate Blue #5C63DD

Tints of Slate Blue #5C63DD

Color information

#5C63DD (or 0x5C63DD) is unknown color: approx Slate Blue. HEX triplet: 5C, 63 and DD. RGB value is (92,99,221). Sum of RGB (Red+Green+Blue) = 92+99+221=412 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.33% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C63DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C63DD is #A39C22. Grayscale: #6E6E6E. Windows color (decimal): -10722339 or 14508892. OLE color: 14508892.

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

Color convert

RGB9299221-
CMYK0.580.5500.13
HSL236.74º65.48%61.37%-
HSV(B)236.74º58.37%86.67%-
XYZ21.9316.4270.42-
YUV110.82190.18114.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.33%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 221 (86.72% from 255) = 53.64%
R=22.33%
G=24.03%
B=53.64%

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
Decimal92992210.580.5500.13236.7465.4861.37
Hex5C63DD3A370Ded413d
Octal134143335726701535510175
Binary101110011000111101110111101011011101101111011011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C63DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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