#5A62AB

Color #5A62AB Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5A62AB

Tints of Rich Blue #5A62AB

Color information

#5A62AB (or 0x5A62AB) is unknown color: approx 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

RGB9098171-
CMYK0.470.4300.33
HSL234.07º32.53%51.18%-
HSV(B)234.07º47.37%67.06%-
XYZ15.9313.8540.36-
YUV103.93165.85118.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.07%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=25.07%
G=27.30%
B=47.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90981710.470.4300.33234.0732.5351.18
Hex5A62AB2F2B021ea2133
Octal13214225357530413524163
Binary1011010110001010101011101111101011010000111101010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A62AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>