#597FA2

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

Shades of Air Force Blue #597FA2

Tints of Air Force Blue #597FA2

Color information

#597FA2 (or 0x597FA2) is unknown color: approx Air Force Blue. HEX triplet: 59, 7F and A2. RGB value is (89,127,162). Sum of RGB (Red+Green+Blue) = 89+127+162=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 162 - color contains mainly: blue. Hex color #597FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597FA2 is #A6805D. Grayscale: #777777. Windows color (decimal): -10911838 or 10649433. OLE color: 10649433.

HSL color Cylindrical-coordinate representation of color #597FA2: hue angle of 208.77º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #597FA2 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB89127162-
CMYK0.450.2200.36
HSL208.77º29.08%49.22%-
HSV(B)208.77º45.06%63.53%-
XYZ18.2319.9137.06-
YUV119.63151.91106.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 162 (63.67% from 255) = 42.86%
R=23.54%
G=33.60%
B=42.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891271620.450.2200.36208.7729.0849.22
Hex597FA22D16024d11d31
Octal13117724255260443213561
Binary10110011111111101000101011011011001001001101000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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