#5965AA

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

Shades of Rich Blue #5965AA

Tints of Rich Blue #5965AA

Color information

#5965AA (or 0x5965AA) is unknown color: approx 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

RGB89101170-
CMYK0.480.4100.33
HSL231.11º32.27%50.78%-
HSV(B)231.11º47.65%66.67%-
XYZ16.0314.3339.95-
YUV105.28164.52116.39-

RGB Variations

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

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.80% from 255) = 47.22%
R=24.72%
G=28.06%
B=47.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891011700.480.4100.33231.1132.2750.78
Hex5965AA3029021e72033
Octal13114525260510413474063
Binary1011001110010110101010110000101001010000111100111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5965AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>