#5960AC

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

Shades of Rich Blue #5960AC

Tints of Rich Blue #5960AC

Color information

#5960AC (or 0x5960AC) is unknown color: approx Rich Blue. HEX triplet: 59, 60 and AC. RGB value is (89,96,172). Sum of RGB (Red+Green+Blue) = 89+96+172=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #5960AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5960AC is #A69F53. Grayscale: #666666. Windows color (decimal): -10919764 or 11296857. OLE color: 11296857.

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

Color convert

RGB8996172-
CMYK0.480.4400.33
HSL234.94º33.33%51.18%-
HSV(B)234.94º48.26%67.45%-
XYZ15.7513.4740.8-
YUV102.57167.18118.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.93%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 172 (67.58% from 255) = 48.18%
R=24.93%
G=26.89%
B=48.18%

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
Decimal89961720.480.4400.33234.9433.3351.18
Hex5960AC302C021eb2133
Octal13114025460540413534163
Binary1011001110000010101100110000101100010000111101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5960AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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