#597CAA

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

Shades of Air Force Blue #597CAA

Tints of Air Force Blue #597CAA

Color information

#597CAA (or 0x597CAA) is unknown color: approx Air Force Blue. HEX triplet: 59, 7C and AA. RGB value is (89,124,170). Sum of RGB (Red+Green+Blue) = 89+124+170=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #597CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597CAA is #A68355. Grayscale: #767676. Windows color (decimal): -10912598 or 11172953. OLE color: 11172953.

HSL color Cylindrical-coordinate representation of color #597CAA: hue angle of 214.07º 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 #597CAA is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89124170-
CMYK0.480.2700.33
HSL214.07º32.27%50.78%-
HSV(B)214.07º47.65%66.67%-
XYZ18.5819.4440.8-
YUV118.78156.9106.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=23.24%
G=32.38%
B=44.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891241700.480.2700.33214.0732.2750.78
Hex597CAA301B021d62033
Octal13117425260330413264063
Binary101100111111001010101011000011011010000111010110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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