#557F9C

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

Shades of Air Force Blue #557F9C

Tints of Air Force Blue #557F9C

Color information

#557F9C (or 0x557F9C) is unknown color: approx Air Force Blue. HEX triplet: 55, 7F and 9C. RGB value is (85,127,156). Sum of RGB (Red+Green+Blue) = 85+127+156=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #557F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557F9C is #AA8063. Grayscale: #757575. Windows color (decimal): -11173988 or 10256213. OLE color: 10256213.

HSL color Cylindrical-coordinate representation of color #557F9C: hue angle of 204.51º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #557F9C is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85127156-
CMYK0.460.1900.39
HSL204.51º29.46%47.25%-
HSV(B)204.51º45.51%61.18%-
XYZ17.3419.5134.3-
YUV117.75149.59104.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=23.10%
G=34.51%
B=42.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851271560.460.1900.39204.5129.4647.25
Hex557F9C2E13027cd1d2f
Octal12517723456230473153557
Binary10101011111111100111001011101001101001111100110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,127,156); }

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

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

 a { background-color: rgb(85,127,156); }

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

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

 span { border-color: rgb(85,127,156); }

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