#5963CB

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

Shades of Slate Blue #5963CB

Tints of Slate Blue #5963CB

Color information

#5963CB (or 0x5963CB) is unknown color: approx Slate Blue. HEX triplet: 59, 63 and CB. RGB value is (89,99,203). Sum of RGB (Red+Green+Blue) = 89+99+203=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #5963CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5963CB is #A69C34. Grayscale: #6B6B6B. Windows color (decimal): -10918965 or 13329241. OLE color: 13329241.

HSL color Cylindrical-coordinate representation of color #5963CB: hue angle of 234.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5963CB is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8999203-
CMYK0.560.5100.20
HSL234.74º52.29%57.25%-
HSV(B)234.74º56.16%79.61%-
XYZ19.3615.3658.44-
YUV107.87181.69114.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.76%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=22.76%
G=25.32%
B=51.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal89992030.560.5100.20234.7452.2957.25
Hex5963CB3833014eb3439
Octal13114331370630243536471
Binary101100111000111100101111100011001101010011101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5963CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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