#59839D

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

Shades of Air Force Blue #59839D

Tints of Air Force Blue #59839D

Color information

#59839D (or 0x59839D) is unknown color: approx Air Force Blue. HEX triplet: 59, 83 and 9D. RGB value is (89,131,157). Sum of RGB (Red+Green+Blue) = 89+131+157=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #59839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59839D is #A67C62. Grayscale: #797979. Windows color (decimal): -10910819 or 10322777. OLE color: 10322777.

HSL color Cylindrical-coordinate representation of color #59839D: hue angle of 202.94º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59839D is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB89131157-
CMYK0.430.1700.38
HSL202.94º27.64%48.24%-
HSV(B)202.94º43.31%61.57%-
XYZ18.3220.7934.95-
YUV121.41148.09104.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=23.61%
G=34.75%
B=41.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891311570.430.1700.38202.9427.6448.24
Hex59839D2B11026cb1c30
Octal13120323553210463133460
Binary101100110000011100111011010111000101001101100101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59839D; }

 p { color: rgb(89,131,157); }

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

<style>
 a { background-color: #59839D; }

 a { background-color: rgb(89,131,157); }

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

<style>
 span { border-color: #59839D; }

 span { border-color: rgb(89,131,157); }

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