#557CA6

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

Shades of Air Force Blue #557CA6

Tints of Air Force Blue #557CA6

Color information

#557CA6 (or 0x557CA6) is unknown color: approx Air Force Blue. HEX triplet: 55, 7C and A6. RGB value is (85,124,166). Sum of RGB (Red+Green+Blue) = 85+124+166=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 166 - color contains mainly: blue. Hex color #557CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557CA6 is #AA8359. Grayscale: #747474. Windows color (decimal): -11174746 or 10910805. OLE color: 10910805.

HSL color Cylindrical-coordinate representation of color #557CA6: hue angle of 211.11º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #557CA6 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB85124166-
CMYK0.490.2500.35
HSL211.11º32.27%49.22%-
HSV(B)211.11º48.8%65.1%-
XYZ17.8419.138.82-
YUV117.13155.58105.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 166 (65.23% from 255) = 44.27%
R=22.67%
G=33.07%
B=44.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851241660.490.2500.35211.1132.2749.22
Hex557CA63119023d32031
Octal12517424661310433234061
Binary101010111111001010011011000111001010001111010011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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