Html Css Color HEX #5A62AB Rich Blue

📋 copy color: '#5A62AB'

red 90 ◦ green 98 ◦ blue 171

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

Shades of Rich Blue #5A62AB

Tints of Rich Blue #5A62AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 25.07%
G = 27.3%
B = 47.63%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A62AB (or 0x5A62AB) is known color: Rich Blue. HEX triplet: 5A, 62 and AB. RGB value is (90,98,171). Sum of RGB (Red+Green+Blue) = 90+98+171=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A62AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A62AB is #A59D54. Grayscale: #676767. Windows color (decimal): -10853717 or 11231834. OLE color: 11231834.

HSL color Cylindrical-coordinate representation of color #5A62AB: hue angle of 234.07º degrees, saturation: 0.33, 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 #5A62AB is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 98 171 -
CMYK 0.47 0.43 0 0.33
HSL 234.07º 0.33% 0.51% -
HSV(B) 234.07º 0.47% 0.67% -
XYZ 15.93 13.85 40.36 -
YUV 103.93 165.85 118.06 -
System Red Green Blue C M Y K H S L
Decimal 90 98 171 0.47 0.43 0 0.33 234.07 0.33 0.51
Hex 5A 62 AB 2F 2B 0 21 EA 21 33
Octal 132 142 253 57 53 0 41 352 41 63
Binary 1011010 1100010 10101011 101111 101011 0 100001 11101010 100001 110011

Color Harmonies of #5A62AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A62AB

Black with #5A62AB

Text Example


Text Example

White with #5A62AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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