Html Css Color HEX #557FA6 Air Force Blue

📋 copy color: '#557FA6'

red 85 ◦ green 127 ◦ blue 166

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

Shades of Air Force Blue #557FA6

Tints of Air Force Blue #557FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.92%

R = 22.49%
G = 33.6%
B = 43.92%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#557FA6 (or 0x557FA6) is known color: Air Force Blue. HEX triplet: 55, 7F and A6. RGB value is (85,127,166). Sum of RGB (Red+Green+Blue) = 85+127+166=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 166 - color contains mainly: blue. Hex color #557FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557FA6 is #AA8059. Grayscale: #767676. Windows color (decimal): -11173978 or 10911573. OLE color: 10911573.

HSL color Cylindrical-coordinate representation of color #557FA6: hue angle of 208.89º 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 #557FA6 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 127 166 -
CMYK 0.49 0.23 0 0.35
HSL 208.89º 0.32% 0.49% -
HSV(B) 208.89º 0.49% 0.65% -
XYZ 18.22 19.86 38.95 -
YUV 118.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 85 127 166 0.49 0.23 0 0.35 208.89 0.32 0.49
Hex 55 7F A6 31 17 0 23 D1 20 31
Octal 125 177 246 61 27 0 43 321 40 61
Binary 1010101 1111111 10100110 110001 10111 0 100011 11010001 100000 110001

Color Harmonies of #557FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FA6

Black with #557FA6

Text Example


Text Example

White with #557FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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