#5961AC

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

Shades of Rich Blue #5961AC

Tints of Rich Blue #5961AC

Color information

#5961AC (or 0x5961AC) is unknown color: approx Rich Blue. HEX triplet: 59, 61 and AC. RGB value is (89,97,172). Sum of RGB (Red+Green+Blue) = 89+97+172=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #5961AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5961AC is #A69E53. Grayscale: #666666. Windows color (decimal): -10919508 or 11297113. OLE color: 11297113.

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

Color convert

RGB8997172-
CMYK0.480.4400.33
HSL234.22º33.33%51.18%-
HSV(B)234.22º48.26%67.45%-
XYZ15.8413.6540.83-
YUV103.16166.85117.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 172 (67.58% from 255) = 48.04%
R=24.86%
G=27.09%
B=48.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89971720.480.4400.33234.2233.3351.18
Hex5961AC302C021ea2133
Octal13114125460540413524163
Binary1011001110000110101100110000101100010000111101010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5961AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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