#598BAA

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

Shades of Air Force Blue #598BAA

Tints of Air Force Blue #598BAA

Color information

#598BAA (or 0x598BAA) is unknown color: approx Air Force Blue. HEX triplet: 59, 8B and AA. RGB value is (89,139,170). Sum of RGB (Red+Green+Blue) = 89+139+170=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #598BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598BAA is #A67455. Grayscale: #7F7F7F. Windows color (decimal): -10908758 or 11176793. OLE color: 11176793.

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

Color convert

RGB89139170-
CMYK0.480.1800.33
HSL202.96º32.27%50.78%-
HSV(B)202.96º47.65%66.67%-
XYZ20.6123.4941.48-
YUV127.58151.94100.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.36%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=22.36%
G=34.92%
B=42.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891391700.480.1800.33202.9632.2750.78
Hex598BAA3012021cb2033
Octal13121325260220413134063
Binary1011001100010111010101011000010010010000111001011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598BAA; }

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

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

<style>
 a { background-color: #598BAA; }

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

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

<style>
 span { border-color: #598BAA; }

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

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