#597DAD

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

Shades of Air Force Blue #597DAD

Tints of Air Force Blue #597DAD

Color information

#597DAD (or 0x597DAD) is unknown color: approx Air Force Blue. HEX triplet: 59, 7D and AD. RGB value is (89,125,173). Sum of RGB (Red+Green+Blue) = 89+125+173=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #597DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597DAD is #A68252. Grayscale: #777777. Windows color (decimal): -10912339 or 11369817. OLE color: 11369817.

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

Color convert

RGB89125173-
CMYK0.490.2800.32
HSL214.29º33.87%51.37%-
HSV(B)214.29º48.55%67.84%-
XYZ1919.8142.36-
YUV119.71158.07106.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.00%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=23.00%
G=32.30%
B=44.70%

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
Decimal891251730.490.2800.32214.2933.8751.37
Hex597DAD311C020d62233
Octal13117525561340403264263
Binary101100111111011010110111000111100010000011010110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,125,173); }

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

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

 a { background-color: rgb(89,125,173); }

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

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

 span { border-color: rgb(89,125,173); }

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