Html Css Color HEX #5963AD Rich Blue

📋 copy color: '#5963AD'

red 89 ◦ green 99 ◦ blue 173

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

Shades of Rich Blue #5963AD

Tints of Rich Blue #5963AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.92%

R = 24.65%
G = 27.42%
B = 47.92%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5963AD (or 0x5963AD) is known color: Rich Blue. HEX triplet: 59, 63 and AD. RGB value is (89,99,173). Sum of RGB (Red+Green+Blue) = 89+99+173=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #5963AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5963AD is #A69C52. Grayscale: #686868. Windows color (decimal): -10918995 or 11363161. OLE color: 11363161.

HSL color Cylindrical-coordinate representation of color #5963AD: hue angle of 232.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5963AD is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 99 173 -
CMYK 0.49 0.43 0 0.32
HSL 232.86º 0.34% 0.51% -
HSV(B) 232.86º 0.49% 0.68% -
XYZ 16.12 14.06 41.4 -
YUV 104.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 89 99 173 0.49 0.43 0 0.32 232.86 0.34 0.51
Hex 59 63 AD 31 2B 0 20 E9 22 33
Octal 131 143 255 61 53 0 40 351 42 63
Binary 1011001 1100011 10101101 110001 101011 0 100000 11101001 100010 110011

Color Harmonies of #5963AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5963AD

Black with #5963AD

Text Example


Text Example

White with #5963AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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