Html Css Color HEX #5960AD Rich Blue

📋 copy color: '#5960AD'

red 89 ◦ green 96 ◦ blue 173

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

Shades of Rich Blue #5960AD

Tints of Rich Blue #5960AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 24.86%
G = 26.82%
B = 48.32%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5960AD (or 0x5960AD) is known color: Rich Blue. HEX triplet: 59, 60 and AD. RGB value is (89,96,173). Sum of RGB (Red+Green+Blue) = 89+96+173=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #5960AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5960AD is #A69F52. Grayscale: #666666. Windows color (decimal): -10919763 or 11362393. OLE color: 11362393.

HSL color Cylindrical-coordinate representation of color #5960AD: hue angle of 235º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5960AD is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 96 173 -
CMYK 0.49 0.45 0 0.32
HSL 235º 0.34% 0.51% -
HSV(B) 235º 0.49% 0.68% -
XYZ 15.85 13.51 41.31 -
YUV 102.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 89 96 173 0.49 0.45 0 0.32 235 0.34 0.51
Hex 59 60 AD 31 2D 0 20 EB 22 33
Octal 131 140 255 61 55 0 40 353 42 63
Binary 1011001 1100000 10101101 110001 101101 0 100000 11101011 100010 110011

Color Harmonies of #5960AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5960AD

Black with #5960AD

Text Example


Text Example

White with #5960AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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