#597EAE

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

Shades of Air Force Blue #597EAE

Tints of Air Force Blue #597EAE

Color information

#597EAE (or 0x597EAE) is unknown color: approx Air Force Blue. HEX triplet: 59, 7E and AE. RGB value is (89,126,174). Sum of RGB (Red+Green+Blue) = 89+126+174=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #597EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597EAE is #A68151. Grayscale: #787878. Windows color (decimal): -10912082 or 11435609. OLE color: 11435609.

HSL color Cylindrical-coordinate representation of color #597EAE: hue angle of 213.88º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #597EAE is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89126174-
CMYK0.490.2800.32
HSL213.88º34.41%51.57%-
HSV(B)213.88º48.85%68.24%-
XYZ19.2220.142.91-
YUV120.41158.24105.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.88%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=22.88%
G=32.39%
B=44.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891261740.490.2800.32213.8834.4151.57
Hex597EAE311C020d62234
Octal13117625661340403264264
Binary101100111111101010111011000111100010000011010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597EAE; }

 p { color: rgb(89,126,174); }

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

<style>
 a { background-color: #597EAE; }

 a { background-color: rgb(89,126,174); }

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

<style>
 span { border-color: #597EAE; }

 span { border-color: rgb(89,126,174); }

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