#598CAA

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

Shades of Air Force Blue #598CAA

Tints of Air Force Blue #598CAA

Color information

#598CAA (or 0x598CAA) is unknown color: approx Air Force Blue. HEX triplet: 59, 8C and AA. RGB value is (89,140,170). Sum of RGB (Red+Green+Blue) = 89+140+170=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #598CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598CAA is #A67355. Grayscale: #808080. Windows color (decimal): -10908502 or 11177049. OLE color: 11177049.

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

Color convert

RGB89140170-
CMYK0.480.1800.33
HSL202.22º32.27%50.78%-
HSV(B)202.22º47.65%66.67%-
XYZ20.7523.7841.53-
YUV128.17151.6100.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.31%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=22.31%
G=35.09%
B=42.61%

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
Decimal891401700.480.1800.33202.2232.2750.78
Hex598CAA3012021ca2033
Octal13121425260220413124063
Binary1011001100011001010101011000010010010000111001010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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