#557D99

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

Shades of Air Force Blue #557D99

Tints of Air Force Blue #557D99

Color information

#557D99 (or 0x557D99) is unknown color: approx Air Force Blue. HEX triplet: 55, 7D and 99. RGB value is (85,125,153). Sum of RGB (Red+Green+Blue) = 85+125+153=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #557D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D99 is #AA8266. Grayscale: #747474. Windows color (decimal): -11174503 or 10059093. OLE color: 10059093.

HSL color Cylindrical-coordinate representation of color #557D99: hue angle of 204.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557D99 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB85125153-
CMYK0.440.1800.4
HSL204.71º28.57%46.67%-
HSV(B)204.71º44.44%60%-
XYZ16.8318.932.9-
YUV116.23148.75105.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=23.42%
G=34.44%
B=42.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851251530.440.1800.4204.7128.5746.67
Hex557D992C12028cd1d2f
Octal12517523154220503153557
Binary10101011111101100110011011001001001010001100110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,125,153); }

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

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

 a { background-color: rgb(85,125,153); }

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

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

 span { border-color: rgb(85,125,153); }

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