#597F9F

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

Shades of Air Force Blue #597F9F

Tints of Air Force Blue #597F9F

Color information

#597F9F (or 0x597F9F) is unknown color: approx Air Force Blue. HEX triplet: 59, 7F and 9F. RGB value is (89,127,159). Sum of RGB (Red+Green+Blue) = 89+127+159=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #597F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F9F is #A68060. Grayscale: #777777. Windows color (decimal): -10911841 or 10452825. OLE color: 10452825.

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

Color convert

RGB89127159-
CMYK0.440.2000.38
HSL207.43º28.23%48.63%-
HSV(B)207.43º44.03%62.35%-
XYZ17.9719.8135.68-
YUV119.29150.41106.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.73%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=23.73%
G=33.87%
B=42.4%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891271590.440.2000.38207.4328.2348.63
Hex597F9F2C14026cf1c31
Octal13117723754240463173461
Binary10110011111111100111111011001010001001101100111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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