#597F9B

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

Shades of Air Force Blue #597F9B

Tints of Air Force Blue #597F9B

Color information

#597F9B (or 0x597F9B) is unknown color: approx Air Force Blue. HEX triplet: 59, 7F and 9B. RGB value is (89,127,155). Sum of RGB (Red+Green+Blue) = 89+127+155=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #597F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F9B is #A68064. Grayscale: #767676. Windows color (decimal): -10911845 or 10190681. OLE color: 10190681.

HSL color Cylindrical-coordinate representation of color #597F9B: hue angle of 205.45º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #597F9B is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89127155-
CMYK0.430.1800.39
HSL205.45º27.05%47.84%-
HSV(B)205.45º42.58%60.78%-
XYZ17.6319.6733.88-
YUV118.83148.41106.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.99%
GREEN value IS 127 (50% from 255) = 34.23%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=23.99%
G=34.23%
B=41.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891271550.430.1800.39205.4527.0547.84
Hex597F9B2B12027cd1b30
Octal13117723353220473153360
Binary10110011111111100110111010111001001001111100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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