#5460A7

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

Shades of Rich Blue #5460A7

Tints of Rich Blue #5460A7

Color information

#5460A7 (or 0x5460A7) is unknown color: approx Rich Blue. HEX triplet: 54, 60 and A7. RGB value is (84,96,167). Sum of RGB (Red+Green+Blue) = 84+96+167=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #5460A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5460A7 is #AB9F58. Grayscale: #646464. Windows color (decimal): -11247449 or 10969172. OLE color: 10969172.

HSL color Cylindrical-coordinate representation of color #5460A7: hue angle of 231.33º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5460A7 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8496167-
CMYK0.500.4300.35
HSL231.33º33.07%49.22%-
HSV(B)231.33º49.7%65.49%-
XYZ14.8113.0438.3-
YUV100.51165.52116.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 167 (65.62% from 255) = 48.13%
R=24.21%
G=27.67%
B=48.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84961670.500.4300.35231.3333.0749.22
Hex5460A7322B023e72131
Octal12414024762530433474161
Binary1010100110000010100111110010101011010001111100111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5460A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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