#59849D

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

Shades of Air Force Blue #59849D

Tints of Air Force Blue #59849D

Color information

#59849D (or 0x59849D) is unknown color: approx Air Force Blue. HEX triplet: 59, 84 and 9D. RGB value is (89,132,157). Sum of RGB (Red+Green+Blue) = 89+132+157=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #59849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59849D is #A67B62. Grayscale: #797979. Windows color (decimal): -10910563 or 10323033. OLE color: 10323033.

HSL color Cylindrical-coordinate representation of color #59849D: hue angle of 202.06º 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 #59849D is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB89132157-
CMYK0.430.1600.38
HSL202.06º27.64%48.24%-
HSV(B)202.06º43.31%61.57%-
XYZ18.4621.0634.99-
YUV121.99147.75104.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=23.54%
G=34.92%
B=41.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891321570.430.1600.38202.0627.6448.24
Hex59849D2B10026ca1c30
Octal13120423553200463123460
Binary101100110000100100111011010111000001001101100101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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