#5963D7

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

Shades of Slate Blue #5963D7

Tints of Slate Blue #5963D7

Color information

#5963D7 (or 0x5963D7) is unknown color: approx Slate Blue. HEX triplet: 59, 63 and D7. RGB value is (89,99,215). Sum of RGB (Red+Green+Blue) = 89+99+215=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #5963D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5963D7 is #A69C28. Grayscale: #6C6C6C. Windows color (decimal): -10918953 or 14115673. OLE color: 14115673.

HSL color Cylindrical-coordinate representation of color #5963D7: hue angle of 235.24º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5963D7 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8999215-
CMYK0.590.5400.16
HSL235.24º61.17%59.61%-
HSV(B)235.24º58.6%84.31%-
XYZ20.8515.9566.27-
YUV109.23187.69113.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.08%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 215 (84.38% from 255) = 53.35%
R=22.08%
G=24.57%
B=53.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal89992150.590.5400.16235.2461.1759.61
Hex5963D73B36010eb3d3c
Octal13114332773660203537574
Binary101100111000111101011111101111011001000011101011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5963D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5963D7; }

 p { color: rgb(89,99,215); }

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

<style>
 a { background-color: #5963D7; }

 a { background-color: rgb(89,99,215); }

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

<style>
 span { border-color: #5963D7; }

 span { border-color: rgb(89,99,215); }

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