#59889D

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

Shades of Air Force Blue #59889D

Tints of Air Force Blue #59889D

Color information

#59889D (or 0x59889D) is unknown color: approx Air Force Blue. HEX triplet: 59, 88 and 9D. RGB value is (89,136,157). Sum of RGB (Red+Green+Blue) = 89+136+157=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #59889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59889D is #A67762. Grayscale: #7C7C7C. Windows color (decimal): -10909539 or 10324057. OLE color: 10324057.

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

Color convert

RGB89136157-
CMYK0.430.1300.38
HSL198.53º27.64%48.24%-
HSV(B)198.53º43.31%61.57%-
XYZ19.0122.1735.17-
YUV124.34146.43102.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.30%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=23.30%
G=35.60%
B=41.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891361570.430.1300.38198.5327.6448.24
Hex59889D2BD026c71c30
Octal13121023553150463073460
Binary10110011000100010011101101011110101001101100011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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