#5961AA

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

Shades of Rich Blue #5961AA

Tints of Rich Blue #5961AA

Color information

#5961AA (or 0x5961AA) is unknown color: approx Rich Blue. HEX triplet: 59, 61 and AA. RGB value is (89,97,170). Sum of RGB (Red+Green+Blue) = 89+97+170=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #5961AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5961AA is #A69E55. Grayscale: #666666. Windows color (decimal): -10919510 or 11166041. OLE color: 11166041.

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

Color convert

RGB8997170-
CMYK0.480.4300.33
HSL234.07º32.27%50.78%-
HSV(B)234.07º47.65%66.67%-
XYZ15.6513.5839.83-
YUV102.93165.85118.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=25%
G=27.25%
B=47.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89971700.480.4300.33234.0732.2750.78
Hex5961AA302B021ea2033
Octal13114125260530413524063
Binary1011001110000110101010110000101011010000111101010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5961AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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