#59889E

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

Shades of Air Force Blue #59889E

Tints of Air Force Blue #59889E

Color information

#59889E (or 0x59889E) is unknown color: approx Air Force Blue. HEX triplet: 59, 88 and 9E. RGB value is (89,136,158). Sum of RGB (Red+Green+Blue) = 89+136+158=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #59889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59889E is #A67761. Grayscale: #7C7C7C. Windows color (decimal): -10909538 or 10389593. OLE color: 10389593.

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

Color convert

RGB89136158-
CMYK0.440.1400.38
HSL199.13º27.94%48.43%-
HSV(B)199.13º43.67%61.96%-
XYZ19.122.235.63-
YUV124.46146.93102.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 136 (53.52% from 255) = 35.51%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=23.24%
G=35.51%
B=41.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891361580.440.1400.38199.1327.9448.43
Hex59889E2CE026c71c30
Octal13121023654160463073460
Binary10110011000100010011110101100111001001101100011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59889E; }

 p { color: rgb(89,136,158); }

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

<style>
 a { background-color: #59889E; }

 a { background-color: rgb(89,136,158); }

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

<style>
 span { border-color: #59889E; }

 span { border-color: rgb(89,136,158); }

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