#5653DD

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

Shades of Slate Blue #5653DD

Tints of Slate Blue #5653DD

Color information

#5653DD (or 0x5653DD) is unknown color: approx Slate Blue. HEX triplet: 56, 53 and DD. RGB value is (86,83,221). Sum of RGB (Red+Green+Blue) = 86+83+221=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #5653DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5653DD is #A9AC22. Grayscale: #636363. Windows color (decimal): -11119651 or 14504790. OLE color: 14504790.

HSL color Cylindrical-coordinate representation of color #5653DD: hue angle of 241.3º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5653DD is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8683221-
CMYK0.610.6200.13
HSL241.3º66.99%59.61%-
HSV(B)241.3º62.44%86.67%-
XYZ19.9813.3969.94-
YUV99.63196.49118.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 221 (86.72% from 255) = 56.67%
R=22.05%
G=21.28%
B=56.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal86832210.610.6200.13241.366.9959.61
Hex5653DD3D3E0Df1433c
Octal126123335757601536110374
Binary101011010100111101110111110111111001101111100011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5653DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5653DD; }

 p { color: rgb(86,83,221); }

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

<style>
 a { background-color: #5653DD; }

 a { background-color: rgb(86,83,221); }

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

<style>
 span { border-color: #5653DD; }

 span { border-color: rgb(86,83,221); }

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