#5460AE

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

Shades of Rich Blue #5460AE

Tints of Rich Blue #5460AE

Color information

#5460AE (or 0x5460AE) is unknown color: approx Rich Blue. HEX triplet: 54, 60 and AE. RGB value is (84,96,174). Sum of RGB (Red+Green+Blue) = 84+96+174=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #5460AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5460AE is #AB9F51. Grayscale: #646464. Windows color (decimal): -11247442 or 11427924. OLE color: 11427924.

HSL color Cylindrical-coordinate representation of color #5460AE: hue angle of 232º 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 #5460AE is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8496174-
CMYK0.520.4500.32
HSL232º35.71%50.59%-
HSV(B)232º51.72%68.24%-
XYZ15.4813.3141.8-
YUV101.3169.02115.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=23.73%
G=27.12%
B=49.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84961740.520.4500.3223235.7150.59
Hex5460AE342D020e82433
Octal12414025664550403504463
Binary1010100110000010101110110100101101010000011101000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5460AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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