#59839C

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

Shades of Air Force Blue #59839C

Tints of Air Force Blue #59839C

Color information

#59839C (or 0x59839C) is unknown color: approx Air Force Blue. HEX triplet: 59, 83 and 9C. RGB value is (89,131,156). Sum of RGB (Red+Green+Blue) = 89+131+156=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #59839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59839C is #A67C63. Grayscale: #797979. Windows color (decimal): -10910820 or 10257241. OLE color: 10257241.

HSL color Cylindrical-coordinate representation of color #59839C: hue angle of 202.39º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59839C is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89131156-
CMYK0.430.1600.39
HSL202.39º27.35%48.04%-
HSV(B)202.39º42.95%61.18%-
XYZ18.2420.7634.5-
YUV121.29147.59104.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.67%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=23.67%
G=34.84%
B=41.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891311560.430.1600.39202.3927.3548.04
Hex59839C2B10027ca1b30
Octal13120323453200473123360
Binary101100110000011100111001010111000001001111100101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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