Html Css Color HEX #558FAA Air Force Blue

📋 copy color: '#558FAA'

red 85 ◦ green 143 ◦ blue 170

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

Shades of Air Force Blue #558FAA

Tints of Air Force Blue #558FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

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

R = 21.36%
G = 35.93%
B = 42.71%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#558FAA (or 0x558FAA) is known color: Air Force Blue. HEX triplet: 55, 8F and AA. RGB value is (85,143,170). Sum of RGB (Red+Green+Blue) = 85+143+170=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #558FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558FAA is #AA7055. Grayscale: #808080. Windows color (decimal): -11169878 or 11177813. OLE color: 11177813.

HSL color Cylindrical-coordinate representation of color #558FAA: hue angle of 199.06º 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 #558FAA is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 143 170 -
CMYK 0.50 0.16 0 0.33
HSL 199.06º 0.33% 0.5% -
HSV(B) 199.06º 0.5% 0.67% -
XYZ 20.82 24.48 41.66 -
YUV 128.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 85 143 170 0.50 0.16 0 0.33 199.06 0.33 0.5
Hex 55 8F AA 32 10 0 21 C7 21 32
Octal 125 217 252 62 20 0 41 307 41 62
Binary 1010101 10001111 10101010 110010 10000 0 100001 11000111 100001 110010

Color Harmonies of #558FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FAA

Black with #558FAA

Text Example


Text Example

White with #558FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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