#59869C

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

Shades of Air Force Blue #59869C

Tints of Air Force Blue #59869C

Color information

#59869C (or 0x59869C) is unknown color: approx Air Force Blue. HEX triplet: 59, 86 and 9C. RGB value is (89,134,156). Sum of RGB (Red+Green+Blue) = 89+134+156=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #59869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59869C is #A67963. Grayscale: #7A7A7A. Windows color (decimal): -10910052 or 10258009. OLE color: 10258009.

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

Color convert

RGB89134156-
CMYK0.430.1400.39
HSL199.7º27.35%48.04%-
HSV(B)199.7º42.95%61.18%-
XYZ18.6521.5734.63-
YUV123.05146.59103.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.48%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=23.48%
G=35.36%
B=41.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891341560.430.1400.39199.727.3548.04
Hex59869C2BE027c81b30
Octal13120623453160473103360
Binary10110011000011010011100101011111001001111100100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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