Html Css Color HEX #558AA8 Air Force Blue

📋 copy color: '#558AA8'

red 85 ◦ green 138 ◦ blue 168

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

Shades of Air Force Blue #558AA8

Tints of Air Force Blue #558AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.97%

R = 21.74%
G = 35.29%
B = 42.97%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#558AA8 (or 0x558AA8) is known color: Air Force Blue. HEX triplet: 55, 8A and A8. RGB value is (85,138,168). Sum of RGB (Red+Green+Blue) = 85+138+168=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 168 - color contains mainly: blue. Hex color #558AA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558AA8 is #AA7557. Grayscale: #7D7D7D. Windows color (decimal): -11171160 or 11045461. OLE color: 11045461.

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

Color convert

RGB 85 138 168 -
CMYK 0.49 0.18 0 0.34
HSL 201.69º 0.33% 0.5% -
HSV(B) 201.69º 0.49% 0.66% -
XYZ 19.9 22.94 40.42 -
YUV 125.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 85 138 168 0.49 0.18 0 0.34 201.69 0.33 0.5
Hex 55 8A A8 31 12 0 22 CA 21 32
Octal 125 212 250 61 22 0 42 312 41 62
Binary 1010101 10001010 10101000 110001 10010 0 100010 11001010 100001 110010

Color Harmonies of #558AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558AA8

Black with #558AA8

Text Example


Text Example

White with #558AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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