#597FAE

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

Shades of Air Force Blue #597FAE

Tints of Air Force Blue #597FAE

Color information

#597FAE (or 0x597FAE) is unknown color: approx Air Force Blue. HEX triplet: 59, 7F and AE. RGB value is (89,127,174). Sum of RGB (Red+Green+Blue) = 89+127+174=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #597FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597FAE is #A68051. Grayscale: #787878. Windows color (decimal): -10911826 or 11435865. OLE color: 11435865.

HSL color Cylindrical-coordinate representation of color #597FAE: hue angle of 213.18º 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 #597FAE is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89127174-
CMYK0.490.2700.32
HSL213.18º34.41%51.57%-
HSV(B)213.18º48.85%68.24%-
XYZ19.3520.3642.95-
YUV121157.91105.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=22.82%
G=32.56%
B=44.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891271740.490.2700.32213.1834.4151.57
Hex597FAE311B020d52234
Octal13117725661330403254264
Binary101100111111111010111011000111011010000011010101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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