#5960AB

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

Shades of Rich Blue #5960AB

Tints of Rich Blue #5960AB

Color information

#5960AB (or 0x5960AB) is unknown color: approx Rich Blue. HEX triplet: 59, 60 and AB. RGB value is (89,96,171). Sum of RGB (Red+Green+Blue) = 89+96+171=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #5960AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5960AB is #A69F54. Grayscale: #666666. Windows color (decimal): -10919765 or 11231321. OLE color: 11231321.

HSL color Cylindrical-coordinate representation of color #5960AB: hue angle of 234.88º 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 #5960AB is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8996171-
CMYK0.480.4400.33
HSL234.88º32.8%50.98%-
HSV(B)234.88º47.95%67.06%-
XYZ15.6513.4340.3-
YUV102.46166.68118.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=25%
G=26.97%
B=48.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89961710.480.4400.33234.8832.850.98
Hex5960AB302C021eb2133
Octal13114025360540413534163
Binary1011001110000010101011110000101100010000111101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5960AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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