#5961AB

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

Shades of Rich Blue #5961AB

Tints of Rich Blue #5961AB

Color information

#5961AB (or 0x5961AB) is unknown color: approx Rich Blue. HEX triplet: 59, 61 and AB. RGB value is (89,97,171). Sum of RGB (Red+Green+Blue) = 89+97+171=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #5961AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5961AB is #A69E54. Grayscale: #666666. Windows color (decimal): -10919509 or 11231577. OLE color: 11231577.

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

Color convert

RGB8997171-
CMYK0.480.4300.33
HSL234.15º32.8%50.98%-
HSV(B)234.15º47.95%67.06%-
XYZ15.7513.6140.33-
YUV103.04166.35117.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.93%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=24.93%
G=27.17%
B=47.90%

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
Decimal89971710.480.4300.33234.1532.850.98
Hex5961AB302B021ea2133
Octal13114125360530413524163
Binary1011001110000110101011110000101011010000111101010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5961AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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