#5462AE

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

Shades of Rich Blue #5462AE

Tints of Rich Blue #5462AE

Color information

#5462AE (or 0x5462AE) is unknown color: approx Rich Blue. HEX triplet: 54, 62 and AE. RGB value is (84,98,174). Sum of RGB (Red+Green+Blue) = 84+98+174=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #5462AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5462AE is #AB9D51. Grayscale: #666666. Windows color (decimal): -11246930 or 11428436. OLE color: 11428436.

HSL color Cylindrical-coordinate representation of color #5462AE: hue angle of 230.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5462AE is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8498174-
CMYK0.520.4400.32
HSL230.67º35.71%50.59%-
HSV(B)230.67º51.72%68.24%-
XYZ15.6613.6841.86-
YUV102.48168.36114.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=23.60%
G=27.53%
B=48.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84981740.520.4400.32230.6735.7150.59
Hex5462AE342C020e72433
Octal12414225664540403474463
Binary1010100110001010101110110100101100010000011100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5462AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5462AE; }

 p { color: rgb(84,98,174); }

 H1.HeaderClassName
 {
   color: #5462AE;
 }
 .AnyTagClassName
 {
   color: #5462AE;
 }
</style>
background-color css

<style>
 a { background-color: #5462AE; }

 a { background-color: rgb(84,98,174); }

 div.DivClassName
 {
   background-color: #5462AE;
 }
 .BgClassName
 {
   background-color: #5462AE;
 }
</style>
border-color css

<style>
 span { border-color: #5462AE; }

 span { border-color: rgb(84,98,174); }

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