#597BAB

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

Shades of Air Force Blue #597BAB

Tints of Air Force Blue #597BAB

Color information

#597BAB (or 0x597BAB) is unknown color: approx Air Force Blue. HEX triplet: 59, 7B and AB. RGB value is (89,123,171). Sum of RGB (Red+Green+Blue) = 89+123+171=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #597BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597BAB is #A68454. Grayscale: #767676. Windows color (decimal): -10912853 or 11238233. OLE color: 11238233.

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

Color convert

RGB89123171-
CMYK0.480.2800.33
HSL215.12º32.8%50.98%-
HSV(B)215.12º47.95%67.06%-
XYZ18.5519.2341.26-
YUV118.31157.74107.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=23.24%
G=32.11%
B=44.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891231710.480.2800.33215.1232.850.98
Hex597BAB301C021d72133
Octal13117325360340413274163
Binary101100111110111010101111000011100010000111010111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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