#5963AB

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

Shades of Rich Blue #5963AB

Tints of Rich Blue #5963AB

Color information

#5963AB (or 0x5963AB) is unknown color: approx Rich Blue. HEX triplet: 59, 63 and AB. RGB value is (89,99,171). Sum of RGB (Red+Green+Blue) = 89+99+171=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #5963AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5963AB is #A69C54. Grayscale: #676767. Windows color (decimal): -10918997 or 11232089. OLE color: 11232089.

HSL color Cylindrical-coordinate representation of color #5963AB: hue angle of 232.68º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5963AB is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8999171-
CMYK0.480.4200.33
HSL232.68º32.8%50.98%-
HSV(B)232.68º47.95%67.06%-
XYZ15.9313.9940.39-
YUV104.22165.69117.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=24.79%
G=27.58%
B=47.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89991710.480.4200.33232.6832.850.98
Hex5963AB302A021e92133
Octal13114325360520413514163
Binary1011001110001110101011110000101010010000111101001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5963AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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