Html Css Color HEX #558AAC Air Force Blue

📋 copy color: '#558AAC'

red 85 ◦ green 138 ◦ blue 172

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

Shades of Air Force Blue #558AAC

Tints of Air Force Blue #558AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.94%

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 21.52%
G = 34.94%
B = 43.54%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#558AAC (or 0x558AAC) is known color: Air Force Blue. HEX triplet: 55, 8A and AC. RGB value is (85,138,172). Sum of RGB (Red+Green+Blue) = 85+138+172=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #558AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558AAC is #AA7553. Grayscale: #7D7D7D. Windows color (decimal): -11171156 or 11307605. OLE color: 11307605.

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

Color convert

RGB 85 138 172 -
CMYK 0.51 0.20 0 0.33
HSL 203.45º 0.34% 0.5% -
HSV(B) 203.45º 0.51% 0.67% -
XYZ 20.28 23.09 42.42 -
YUV 126.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 85 138 172 0.51 0.20 0 0.33 203.45 0.34 0.5
Hex 55 8A AC 33 14 0 21 CB 22 32
Octal 125 212 254 63 24 0 41 313 42 62
Binary 1010101 10001010 10101100 110011 10100 0 100001 11001011 100010 110010

Color Harmonies of #558AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558AAC

Black with #558AAC

Text Example


Text Example

White with #558AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,138,172); }

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

background-color css

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

 a { background-color: rgb(85,138,172); }

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

border-color css

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

 span { border-color: rgb(85,138,172); }

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