Html Css Color HEX #558EAA Air Force Blue

📋 copy color: '#558EAA'

red 85 ◦ green 142 ◦ blue 170

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

Shades of Air Force Blue #558EAA

Tints of Air Force Blue #558EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.77%

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

R = 21.41%
G = 35.77%
B = 42.82%

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

#558EAA (or 0x558EAA) is known color: Air Force Blue. HEX triplet: 55, 8E and AA. RGB value is (85,142,170). Sum of RGB (Red+Green+Blue) = 85+142+170=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #558EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558EAA is #AA7155. Grayscale: #7F7F7F. Windows color (decimal): -11170134 or 11177557. OLE color: 11177557.

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

Color convert

RGB 85 142 170 -
CMYK 0.50 0.16 0 0.33
HSL 199.76º 0.33% 0.5% -
HSV(B) 199.76º 0.5% 0.67% -
XYZ 20.68 24.18 41.61 -
YUV 128.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 85 142 170 0.50 0.16 0 0.33 199.76 0.33 0.5
Hex 55 8E AA 32 10 0 21 C8 21 32
Octal 125 216 252 62 20 0 41 310 41 62
Binary 1010101 10001110 10101010 110010 10000 0 100001 11001000 100001 110010

Color Harmonies of #558EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558EAA

Black with #558EAA

Text Example


Text Example

White with #558EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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