Html Css Color HEX #5965AA Rich Blue

📋 copy color: '#5965AA'

red 89 ◦ green 101 ◦ blue 170

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

Shades of Rich Blue #5965AA

Tints of Rich Blue #5965AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

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

R = 24.72%
G = 28.06%
B = 47.22%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5965AA (or 0x5965AA) is known color: Rich Blue. HEX triplet: 59, 65 and AA. RGB value is (89,101,170). Sum of RGB (Red+Green+Blue) = 89+101+170=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #5965AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5965AA is #A69A55. Grayscale: #686868. Windows color (decimal): -10918486 or 11167065. OLE color: 11167065.

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

Color convert

RGB 89 101 170 -
CMYK 0.48 0.41 0 0.33
HSL 231.11º 0.32% 0.51% -
HSV(B) 231.11º 0.48% 0.67% -
XYZ 16.03 14.33 39.95 -
YUV 105.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 89 101 170 0.48 0.41 0 0.33 231.11 0.32 0.51
Hex 59 65 AA 30 29 0 21 E7 20 33
Octal 131 145 252 60 51 0 41 347 40 63
Binary 1011001 1100101 10101010 110000 101001 0 100001 11100111 100000 110011

Color Harmonies of #5965AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5965AA

Black with #5965AA

Text Example


Text Example

White with #5965AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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