#59829F

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

Shades of Air Force Blue #59829F

Tints of Air Force Blue #59829F

Color information

#59829F (or 0x59829F) is unknown color: approx Air Force Blue. HEX triplet: 59, 82 and 9F. RGB value is (89,130,159). Sum of RGB (Red+Green+Blue) = 89+130+159=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #59829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59829F is #A67D60. Grayscale: #787878. Windows color (decimal): -10911073 or 10453593. OLE color: 10453593.

HSL color Cylindrical-coordinate representation of color #59829F: hue angle of 204.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59829F is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB89130159-
CMYK0.440.1800.38
HSL204.86º28.23%48.63%-
HSV(B)204.86º44.03%62.35%-
XYZ18.3620.5935.81-
YUV121.05149.42105.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=23.54%
G=34.39%
B=42.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891301590.440.1800.38204.8628.2348.63
Hex59829F2C12026cd1c31
Octal13120223754220463153461
Binary101100110000010100111111011001001001001101100110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59829F; }

 p { color: rgb(89,130,159); }

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

<style>
 a { background-color: #59829F; }

 a { background-color: rgb(89,130,159); }

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

<style>
 span { border-color: #59829F; }

 span { border-color: rgb(89,130,159); }

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