Html Css Color HEX #557FA0 Air Force Blue

📋 copy color: '#557FA0'

red 85 ◦ green 127 ◦ blue 160

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

Shades of Air Force Blue #557FA0

Tints of Air Force Blue #557FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.01%

R = 22.85%
G = 34.14%
B = 43.01%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#557FA0 (or 0x557FA0) is known color: Air Force Blue. HEX triplet: 55, 7F and A0. RGB value is (85,127,160). Sum of RGB (Red+Green+Blue) = 85+127+160=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #557FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557FA0 is #AA805F. Grayscale: #767676. Windows color (decimal): -11173984 or 10518357. OLE color: 10518357.

HSL color Cylindrical-coordinate representation of color #557FA0: hue angle of 206.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #557FA0 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 127 160 -
CMYK 0.47 0.21 0 0.37
HSL 206.4º 0.31% 0.48% -
HSV(B) 206.4º 0.47% 0.63% -
XYZ 17.68 19.65 36.12 -
YUV 118.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 85 127 160 0.47 0.21 0 0.37 206.4 0.31 0.48
Hex 55 7F A0 2F 15 0 25 CE 1F 30
Octal 125 177 240 57 25 0 45 316 37 60
Binary 1010101 1111111 10100000 101111 10101 0 100101 11001110 11111 110000

Color Harmonies of #557FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FA0

Black with #557FA0

Text Example


Text Example

White with #557FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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