Html Css Color HEX #558FA9 Air Force Blue

📋 copy color: '#558FA9'

red 85 ◦ green 143 ◦ blue 169

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

Shades of Air Force Blue #558FA9

Tints of Air Force Blue #558FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.57%

R = 21.41%
G = 36.02%
B = 42.57%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#558FA9 (or 0x558FA9) is known color: Air Force Blue. HEX triplet: 55, 8F and A9. RGB value is (85,143,169). Sum of RGB (Red+Green+Blue) = 85+143+169=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #558FA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558FA9 is #AA7056. Grayscale: #808080. Windows color (decimal): -11169879 or 11112277. OLE color: 11112277.

HSL color Cylindrical-coordinate representation of color #558FA9: hue angle of 198.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #558FA9 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 143 169 -
CMYK 0.50 0.15 0 0.34
HSL 198.57º 0.33% 0.5% -
HSV(B) 198.57º 0.5% 0.66% -
XYZ 20.73 24.44 41.16 -
YUV 128.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 85 143 169 0.50 0.15 0 0.34 198.57 0.33 0.5
Hex 55 8F A9 32 F 0 22 C7 21 32
Octal 125 217 251 62 17 0 42 307 41 62
Binary 1010101 10001111 10101001 110010 1111 0 100010 11000111 100001 110010

Color Harmonies of #558FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FA9

Black with #558FA9

Text Example


Text Example

White with #558FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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