#597FAA

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

Shades of Air Force Blue #597FAA

Tints of Air Force Blue #597FAA

Color information

#597FAA (or 0x597FAA) is unknown color: approx Air Force Blue. HEX triplet: 59, 7F and AA. RGB value is (89,127,170). Sum of RGB (Red+Green+Blue) = 89+127+170=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #597FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597FAA is #A68055. Grayscale: #787878. Windows color (decimal): -10911830 or 11173721. OLE color: 11173721.

HSL color Cylindrical-coordinate representation of color #597FAA: hue angle of 211.85º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #597FAA is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89127170-
CMYK0.480.2500.33
HSL211.85º32.27%50.78%-
HSV(B)211.85º47.65%66.67%-
XYZ18.9620.240.93-
YUV120.54155.91105.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.06%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=23.06%
G=32.90%
B=44.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891271700.480.2500.33211.8532.2750.78
Hex597FAA3019021d42033
Octal13117725260310413244063
Binary101100111111111010101011000011001010000111010100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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