Html Css Color HEX #5961AC Rich Blue

📋 copy color: '#5961AC'

red 89 ◦ green 97 ◦ blue 172

#5961AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5961AC

Tints of Rich Blue #5961AC

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 value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5961AC (or 0x5961AC) is known color: 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

RGB 89 97 172 -
CMYK 0.48 0.44 0 0.33
HSL 234.22º 0.33% 0.51% -
HSV(B) 234.22º 0.48% 0.67% -
XYZ 15.84 13.65 40.83 -
YUV 103.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 89 97 172 0.48 0.44 0 0.33 234.22 0.33 0.51
Hex 59 61 AC 30 2C 0 21 EA 21 33
Octal 131 141 254 60 54 0 41 352 41 63
Binary 1011001 1100001 10101100 110000 101100 0 100001 11101010 100001 110011

Color Harmonies of #5961AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5961AC

Black with #5961AC

Text Example


Text Example

White with #5961AC

Text Example


Text Example

HTML Codes & Css Web 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>