Html Css Color HEX #5962AC Rich Blue

📋 copy color: '#5962AC'

red 89 ◦ green 98 ◦ blue 172

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

Shades of Rich Blue #5962AC

Tints of Rich Blue #5962AC

RGB

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

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

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

R = 24.79%
G = 27.3%
B = 47.91%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5962AC (or 0x5962AC) is known color: Rich Blue. HEX triplet: 59, 62 and AC. RGB value is (89,98,172). Sum of RGB (Red+Green+Blue) = 89+98+172=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #5962AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5962AC is #A69D53. Grayscale: #676767. Windows color (decimal): -10919252 or 11297369. OLE color: 11297369.

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

Color convert

RGB 89 98 172 -
CMYK 0.48 0.43 0 0.33
HSL 233.49º 0.33% 0.51% -
HSV(B) 233.49º 0.48% 0.67% -
XYZ 15.93 13.84 40.86 -
YUV 103.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 89 98 172 0.48 0.43 0 0.33 233.49 0.33 0.51
Hex 59 62 AC 30 2B 0 21 E9 21 33
Octal 131 142 254 60 53 0 41 351 41 63
Binary 1011001 1100010 10101100 110000 101011 0 100001 11101001 100001 110011

Color Harmonies of #5962AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5962AC

Black with #5962AC

Text Example


Text Example

White with #5962AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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