#5457AD

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

Shades of Rich Blue #5457AD

Tints of Rich Blue #5457AD

Color information

#5457AD (or 0x5457AD) is unknown color: approx Rich Blue. HEX triplet: 54, 57 and AD. RGB value is (84,87,173). Sum of RGB (Red+Green+Blue) = 84+87+173=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #5457AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5457AD is #ABA852. Grayscale: #5F5F5F. Windows color (decimal): -11249747 or 11360084. OLE color: 11360084.

HSL color Cylindrical-coordinate representation of color #5457AD: hue angle of 237.98º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5457AD is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8487173-
CMYK0.510.5000.32
HSL237.98º35.18%50.39%-
HSV(B)237.98º51.45%67.84%-
XYZ14.6111.7241.03-
YUV95.91171.51119.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 173 (67.97% from 255) = 50.29%
R=24.42%
G=25.29%
B=50.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84871730.510.5000.32237.9835.1850.39
Hex5457AD3332020ee2332
Octal12412725563620403564362
Binary1010100101011110101101110011110010010000011101110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5457AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5457AD; }

 p { color: rgb(84,87,173); }

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

<style>
 a { background-color: #5457AD; }

 a { background-color: rgb(84,87,173); }

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

<style>
 span { border-color: #5457AD; }

 span { border-color: rgb(84,87,173); }

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