Html Css Color HEX #558FAD Air Force Blue

📋 copy color: '#558FAD'

red 85 ◦ green 143 ◦ blue 173

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

Shades of Air Force Blue #558FAD

Tints of Air Force Blue #558FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 21.2%
G = 35.66%
B = 43.14%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#558FAD (or 0x558FAD) is known color: Air Force Blue. HEX triplet: 55, 8F and AD. RGB value is (85,143,173). Sum of RGB (Red+Green+Blue) = 85+143+173=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #558FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558FAD is #AA7052. Grayscale: #808080. Windows color (decimal): -11169875 or 11374421. OLE color: 11374421.

HSL color Cylindrical-coordinate representation of color #558FAD: hue angle of 200.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #558FAD is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 143 173 -
CMYK 0.51 0.17 0 0.32
HSL 200.45º 0.35% 0.51% -
HSV(B) 200.45º 0.51% 0.68% -
XYZ 21.11 24.59 43.17 -
YUV 129.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 85 143 173 0.51 0.17 0 0.32 200.45 0.35 0.51
Hex 55 8F AD 33 11 0 20 C8 23 33
Octal 125 217 255 63 21 0 40 310 43 63
Binary 1010101 10001111 10101101 110011 10001 0 100000 11001000 100011 110011

Color Harmonies of #558FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FAD

Black with #558FAD

Text Example


Text Example

White with #558FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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