#5457AC

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

Shades of Rich Blue #5457AC

Tints of Rich Blue #5457AC

Color information

#5457AC (or 0x5457AC) is unknown color: approx Rich Blue. HEX triplet: 54, 57 and AC. RGB value is (84,87,172). Sum of RGB (Red+Green+Blue) = 84+87+172=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #5457AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5457AC is #ABA853. Grayscale: #5F5F5F. Windows color (decimal): -11249748 or 11294548. OLE color: 11294548.

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

Color convert

RGB8487172-
CMYK0.510.4900.33
HSL237.95º34.65%50.2%-
HSV(B)237.95º51.16%67.45%-
XYZ14.5111.6840.52-
YUV95.79171.01119.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=24.49%
G=25.36%
B=50.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84871720.510.4900.33237.9534.6550.2
Hex5457AC3331021ee2332
Octal12412725463610413564362
Binary1010100101011110101100110011110001010000111101110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5457AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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