Html Css Color HEX #5A62AA Rich Blue

📋 copy color: '#5A62AA'

red 90 ◦ green 98 ◦ blue 170

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

Shades of Rich Blue #5A62AA

Tints of Rich Blue #5A62AA

RGB

 RED value IS 90 (35.55% from 255) = 25.14%

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

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 25.14%
G = 27.37%
B = 47.49%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A62AA (or 0x5A62AA) is known color: Rich Blue. HEX triplet: 5A, 62 and AA. RGB value is (90,98,170). Sum of RGB (Red+Green+Blue) = 90+98+170=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A62AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A62AA is #A59D55. Grayscale: #676767. Windows color (decimal): -10853718 or 11166298. OLE color: 11166298.

HSL color Cylindrical-coordinate representation of color #5A62AA: hue angle of 234º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A62AA is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 98 170 -
CMYK 0.47 0.42 0 0.33
HSL 234º 0.32% 0.51% -
HSV(B) 234º 0.47% 0.67% -
XYZ 15.84 13.81 39.86 -
YUV 103.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 90 98 170 0.47 0.42 0 0.33 234 0.32 0.51
Hex 5A 62 AA 2F 2A 0 21 EA 20 33
Octal 132 142 252 57 52 0 41 352 40 63
Binary 1011010 1100010 10101010 101111 101010 0 100001 11101010 100000 110011

Color Harmonies of #5A62AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A62AA

Black with #5A62AA

Text Example


Text Example

White with #5A62AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A62AA; }

 p { color: rgb(90,98,170); }

 H1.HeaderClassName
 {
   color: #5A62AA;
 }
 .AnyTagClassName
 {
   color: #5A62AA;
 }
</style>

background-color css

<style>
 a { background-color: #5A62AA; }

 a { background-color: rgb(90,98,170); }

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

border-color css

<style>
 span { border-color: #5A62AA; }

 span { border-color: rgb(90,98,170); }

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