#557CA2

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

Shades of Air Force Blue #557CA2

Tints of Air Force Blue #557CA2

Color information

#557CA2 (or 0x557CA2) is unknown color: approx Air Force Blue. HEX triplet: 55, 7C and A2. RGB value is (85,124,162). Sum of RGB (Red+Green+Blue) = 85+124+162=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 162 - color contains mainly: blue. Hex color #557CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CA2 is #AA835D. Grayscale: #747474. Windows color (decimal): -11174750 or 10648661. OLE color: 10648661.

HSL color Cylindrical-coordinate representation of color #557CA2: hue angle of 209.61º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #557CA2 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB85124162-
CMYK0.480.2300.36
HSL209.61º31.17%48.43%-
HSV(B)209.61º47.53%63.53%-
XYZ17.4818.9636.92-
YUV116.67153.58105.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 162 (63.67% from 255) = 43.67%
R=22.91%
G=33.42%
B=43.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851241620.480.2300.36209.6131.1748.43
Hex557CA23017024d21f30
Octal12517424260270443223760
Binary10101011111100101000101100001011101001001101001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,124,162); }

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

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

 a { background-color: rgb(85,124,162); }

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

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

 span { border-color: rgb(85,124,162); }

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