Html Css Color HEX #5963AC Rich Blue

📋 copy color: '#5963AC'

red 89 ◦ green 99 ◦ blue 172

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

Shades of Rich Blue #5963AC

Tints of Rich Blue #5963AC

RGB

 RED value IS 89 (35.16% from 255) = 24.72%

 GREEN value IS 99 (39.06% from 255) = 27.5%

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 24.72%
G = 27.5%
B = 47.78%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5963AC (or 0x5963AC) is known color: Rich Blue. HEX triplet: 59, 63 and AC. RGB value is (89,99,172). Sum of RGB (Red+Green+Blue) = 89+99+172=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #5963AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5963AC is #A69C53. Grayscale: #686868. Windows color (decimal): -10918996 or 11297625. OLE color: 11297625.

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

Color convert

RGB 89 99 172 -
CMYK 0.48 0.42 0 0.33
HSL 232.77º 0.33% 0.51% -
HSV(B) 232.77º 0.48% 0.67% -
XYZ 16.03 14.03 40.89 -
YUV 104.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 89 99 172 0.48 0.42 0 0.33 232.77 0.33 0.51
Hex 59 63 AC 30 2A 0 21 E9 21 33
Octal 131 143 254 60 52 0 41 351 41 63
Binary 1011001 1100011 10101100 110000 101010 0 100001 11101001 100001 110011

Color Harmonies of #5963AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5963AC

Black with #5963AC

Text Example


Text Example

White with #5963AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5963AC;
 }
 .AnyTagClassName
 {
   color: #5963AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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