#557AAC

Color #557AAC Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #557AAC

Tints of Steel Blue #557AAC

Color information

#557AAC (or 0x557AAC) is unknown color: approx Steel Blue. HEX triplet: 55, 7A and AC. RGB value is (85,122,172). Sum of RGB (Red+Green+Blue) = 85+122+172=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #557AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557AAC is #AA8553. Grayscale: #747474. Windows color (decimal): -11175252 or 11303509. OLE color: 11303509.

HSL color Cylindrical-coordinate representation of color #557AAC: hue angle of 214.48º degrees, saturation: 0.34, 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 #557AAC is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85122172-
CMYK0.510.2900.33
HSL214.48º34.39%50.39%-
HSV(B)214.48º50.58%67.45%-
XYZ18.1518.8341.71-
YUV116.64159.24105.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=22.43%
G=32.19%
B=45.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851221720.510.2900.33214.4834.3950.39
Hex557AAC331D021d62232
Octal12517225463350413264262
Binary101010111110101010110011001111101010000111010110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557AAC; }

 p { color: rgb(85,122,172); }

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

<style>
 a { background-color: #557AAC; }

 a { background-color: rgb(85,122,172); }

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

<style>
 span { border-color: #557AAC; }

 span { border-color: rgb(85,122,172); }

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