#5592AB

Color #5592AB Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #5592AB

Tints of Air Force Blue #5592AB

Color information

#5592AB (or 0x5592AB) is unknown color: approx Air Force Blue. HEX triplet: 55, 92 and AB. RGB value is (85,146,171). Sum of RGB (Red+Green+Blue) = 85+146+171=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #5592AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5592AB is #AA6D54. Grayscale: #828282. Windows color (decimal): -11169109 or 11244117. OLE color: 11244117.

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

Color convert

RGB85146171-
CMYK0.500.1500.33
HSL197.44º33.86%50.2%-
HSV(B)197.44º50.29%67.06%-
XYZ21.3825.4342.31-
YUV130.61150.7995.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.14%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=21.14%
G=36.32%
B=42.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851461710.500.1500.33197.4433.8650.2
Hex5592AB32F021c52232
Octal12522225362170413054262
Binary101010110010010101010111100101111010000111000101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5592AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5592AB;
 }
 .AnyTagClassName
 {
   color: #5592AB;
 }
</style>
background-color css

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

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

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

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

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

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