Html Css Color HEX #5962AD Rich Blue

📋 copy color: '#5962AD'

red 89 ◦ green 98 ◦ blue 173

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

Shades of Rich Blue #5962AD

Tints of Rich Blue #5962AD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.22%

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

R = 24.72%
G = 27.22%
B = 48.06%

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

#5962AD (or 0x5962AD) is known color: Rich Blue. HEX triplet: 59, 62 and AD. RGB value is (89,98,173). Sum of RGB (Red+Green+Blue) = 89+98+173=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #5962AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5962AD is #A69D52. Grayscale: #676767. Windows color (decimal): -10919251 or 11362905. OLE color: 11362905.

HSL color Cylindrical-coordinate representation of color #5962AD: hue angle of 233.57º 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 #5962AD is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 98 173 -
CMYK 0.49 0.43 0 0.32
HSL 233.57º 0.34% 0.51% -
HSV(B) 233.57º 0.49% 0.68% -
XYZ 16.03 13.88 41.37 -
YUV 103.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 89 98 173 0.49 0.43 0 0.32 233.57 0.34 0.51
Hex 59 62 AD 31 2B 0 20 EA 22 33
Octal 131 142 255 61 53 0 40 352 42 63
Binary 1011001 1100010 10101101 110001 101011 0 100000 11101010 100010 110011

Color Harmonies of #5962AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5962AD

Black with #5962AD

Text Example


Text Example

White with #5962AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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