#59849C

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

Shades of Air Force Blue #59849C

Tints of Air Force Blue #59849C

Color information

#59849C (or 0x59849C) is unknown color: approx Air Force Blue. HEX triplet: 59, 84 and 9C. RGB value is (89,132,156). Sum of RGB (Red+Green+Blue) = 89+132+156=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #59849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59849C is #A67B63. Grayscale: #797979. Windows color (decimal): -10910564 or 10257497. OLE color: 10257497.

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

Color convert

RGB89132156-
CMYK0.430.1500.39
HSL201.49º27.35%48.04%-
HSV(B)201.49º42.95%61.18%-
XYZ18.3721.0334.54-
YUV121.88147.25104.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=23.61%
G=35.01%
B=41.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891321560.430.1500.39201.4927.3548.04
Hex59849C2BF027c91b30
Octal13120423453170473113360
Binary10110011000010010011100101011111101001111100100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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