#597F9E

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

Shades of Air Force Blue #597F9E

Tints of Air Force Blue #597F9E

Color information

#597F9E (or 0x597F9E) is unknown color: approx Air Force Blue. HEX triplet: 59, 7F and 9E. RGB value is (89,127,158). Sum of RGB (Red+Green+Blue) = 89+127+158=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #597F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F9E is #A68061. Grayscale: #777777. Windows color (decimal): -10911842 or 10387289. OLE color: 10387289.

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

Color convert

RGB89127158-
CMYK0.440.2000.38
HSL206.96º27.94%48.43%-
HSV(B)206.96º43.67%61.96%-
XYZ17.8819.7735.22-
YUV119.17149.91106.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=23.80%
G=33.96%
B=42.25%

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
Decimal891271580.440.2000.38206.9627.9448.43
Hex597F9E2C14026cf1c30
Octal13117723654240463173460
Binary10110011111111100111101011001010001001101100111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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