Html Css Color HEX #5592AA Air Force Blue

📋 copy color: '#5592AA'

red 85 ◦ green 146 ◦ blue 170

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

Shades of Air Force Blue #5592AA

Tints of Air Force Blue #5592AA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

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

R = 21.2%
G = 36.41%
B = 42.39%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5592AA (or 0x5592AA) is known color: Air Force Blue. HEX triplet: 55, 92 and AA. RGB value is (85,146,170). Sum of RGB (Red+Green+Blue) = 85+146+170=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #5592AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5592AA is #AA6D55. Grayscale: #828282. Windows color (decimal): -11169110 or 11178581. OLE color: 11178581.

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

Color convert

RGB 85 146 170 -
CMYK 0.50 0.14 0 0.33
HSL 196.94º 0.33% 0.5% -
HSV(B) 196.94º 0.5% 0.67% -
XYZ 21.28 25.39 41.81 -
YUV 130.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 85 146 170 0.50 0.14 0 0.33 196.94 0.33 0.5
Hex 55 92 AA 32 E 0 21 C5 21 32
Octal 125 222 252 62 16 0 41 305 41 62
Binary 1010101 10010010 10101010 110010 1110 0 100001 11000101 100001 110010

Color Harmonies of #5592AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5592AA

Black with #5592AA

Text Example


Text Example

White with #5592AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5592AA; }

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

 H1.HeaderClassName
 {
   color: #5592AA;
 }
 .AnyTagClassName
 {
   color: #5592AA;
 }
</style>

background-color css

<style>
 a { background-color: #5592AA; }

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

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

border-color css

<style>
 span { border-color: #5592AA; }

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

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