Html Css Color HEX #557FAA Air Force Blue

📋 copy color: '#557FAA'

red 85 ◦ green 127 ◦ blue 170

#557FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #557FAA

Tints of Air Force Blue #557FAA

RGB

 RED value IS 85 (33.59% from 255) = 22.25%

 GREEN value IS 127 (50% from 255) = 33.25%

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 22.25%
G = 33.25%
B = 44.5%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#557FAA (or 0x557FAA) is known color: Air Force Blue. HEX triplet: 55, 7F and AA. RGB value is (85,127,170). Sum of RGB (Red+Green+Blue) = 85+127+170=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #557FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557FAA is #AA8055. Grayscale: #777777. Windows color (decimal): -11173974 or 11173717. OLE color: 11173717.

HSL color Cylindrical-coordinate representation of color #557FAA: hue angle of 210.35º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #557FAA is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 127 170 -
CMYK 0.50 0.25 0 0.33
HSL 210.35º 0.33% 0.5% -
HSV(B) 210.35º 0.5% 0.67% -
XYZ 18.59 20.01 40.91 -
YUV 119.34 156.59 103.5 -
System Red Green Blue C M Y K H S L
Decimal 85 127 170 0.50 0.25 0 0.33 210.35 0.33 0.5
Hex 55 7F AA 32 19 0 21 D2 21 32
Octal 125 177 252 62 31 0 41 322 41 62
Binary 1010101 1111111 10101010 110010 11001 0 100001 11010010 100001 110010

Color Harmonies of #557FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FAA

Black with #557FAA

Text Example


Text Example

White with #557FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #557FAA;
 }
 .AnyTagClassName
 {
   color: #557FAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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