#597BA5

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

Shades of Air Force Blue #597BA5

Tints of Air Force Blue #597BA5

Color information

#597BA5 (or 0x597BA5) is unknown color: approx Air Force Blue. HEX triplet: 59, 7B and A5. RGB value is (89,123,165). Sum of RGB (Red+Green+Blue) = 89+123+165=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 165 - color contains mainly: blue. Hex color #597BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597BA5 is #A6845A. Grayscale: #757575. Windows color (decimal): -10912859 or 10845017. OLE color: 10845017.

HSL color Cylindrical-coordinate representation of color #597BA5: hue angle of 213.16º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #597BA5 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB89123165-
CMYK0.460.2500.35
HSL213.16º29.92%49.8%-
HSV(B)213.16º46.06%64.71%-
XYZ17.9919.0138.32-
YUV117.62154.74107.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 165 (64.84% from 255) = 43.77%
R=23.61%
G=32.63%
B=43.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891231650.460.2500.35213.1629.9249.8
Hex597BA52E19023d51e32
Octal13117324556310433253662
Binary10110011111011101001011011101100101000111101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,123,165); }

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

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

 a { background-color: rgb(89,123,165); }

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

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

 span { border-color: rgb(89,123,165); }

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