Html Css Color HEX #558CAA Air Force Blue

📋 copy color: '#558CAA'

red 85 ◦ green 140 ◦ blue 170

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

Shades of Air Force Blue #558CAA

Tints of Air Force Blue #558CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.44%

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

R = 21.52%
G = 35.44%
B = 43.04%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#558CAA (or 0x558CAA) is known color: Air Force Blue. HEX triplet: 55, 8C and AA. RGB value is (85,140,170). Sum of RGB (Red+Green+Blue) = 85+140+170=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #558CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558CAA is #AA7355. Grayscale: #7E7E7E. Windows color (decimal): -11170646 or 11177045. OLE color: 11177045.

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

Color convert

RGB 85 140 170 -
CMYK 0.50 0.18 0 0.33
HSL 201.18º 0.33% 0.5% -
HSV(B) 201.18º 0.5% 0.67% -
XYZ 20.38 23.59 41.51 -
YUV 126.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 85 140 170 0.50 0.18 0 0.33 201.18 0.33 0.5
Hex 55 8C AA 32 12 0 21 C9 21 32
Octal 125 214 252 62 22 0 41 311 41 62
Binary 1010101 10001100 10101010 110010 10010 0 100001 11001001 100001 110010

Color Harmonies of #558CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CAA

Black with #558CAA

Text Example


Text Example

White with #558CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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