#5964AA

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

Shades of Rich Blue #5964AA

Tints of Rich Blue #5964AA

Color information

#5964AA (or 0x5964AA) is unknown color: approx Rich Blue. HEX triplet: 59, 64 and AA. RGB value is (89,100,170). Sum of RGB (Red+Green+Blue) = 89+100+170=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #5964AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5964AA is #A69B55. Grayscale: #686868. Windows color (decimal): -10918742 or 11166809. OLE color: 11166809.

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

Color convert

RGB89100170-
CMYK0.480.4100.33
HSL231.85º32.27%50.78%-
HSV(B)231.85º47.65%66.67%-
XYZ15.9314.1439.92-
YUV104.69164.86116.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=24.79%
G=27.86%
B=47.35%

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
Decimal891001700.480.4100.33231.8532.2750.78
Hex5964AA3029021e82033
Octal13114425260510413504063
Binary1011001110010010101010110000101001010000111101000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5964AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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