Html Css Color HEX #5960AA Rich Blue

📋 copy color: '#5960AA'

red 89 ◦ green 96 ◦ blue 170

#5960AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5960AA

Tints of Rich Blue #5960AA

RGB

 RED value IS 89 (35.16% from 255) = 25.07%

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 25.07%
G = 27.04%
B = 47.89%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5960AA (or 0x5960AA) is known color: Rich Blue. HEX triplet: 59, 60 and AA. RGB value is (89,96,170). Sum of RGB (Red+Green+Blue) = 89+96+170=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #5960AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5960AA is #A69F55. Grayscale: #666666. Windows color (decimal): -10919766 or 11165785. OLE color: 11165785.

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

Color convert

RGB 89 96 170 -
CMYK 0.48 0.44 0 0.33
HSL 234.81º 0.32% 0.51% -
HSV(B) 234.81º 0.48% 0.67% -
XYZ 15.56 13.39 39.8 -
YUV 102.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 89 96 170 0.48 0.44 0 0.33 234.81 0.32 0.51
Hex 59 60 AA 30 2C 0 21 EB 20 33
Octal 131 140 252 60 54 0 41 353 40 63
Binary 1011001 1100000 10101010 110000 101100 0 100001 11101011 100000 110011

Color Harmonies of #5960AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5960AA

Black with #5960AA

Text Example


Text Example

White with #5960AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5960AA;
 }
 .AnyTagClassName
 {
   color: #5960AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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