#598CA2

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

Shades of Air Force Blue #598CA2

Tints of Air Force Blue #598CA2

Color information

#598CA2 (or 0x598CA2) is unknown color: approx Air Force Blue. HEX triplet: 59, 8C and A2. RGB value is (89,140,162). Sum of RGB (Red+Green+Blue) = 89+140+162=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 162 - color contains mainly: blue. Hex color #598CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598CA2 is #A6735D. Grayscale: #7F7F7F. Windows color (decimal): -10908510 or 10652761. OLE color: 10652761.

HSL color Cylindrical-coordinate representation of color #598CA2: hue angle of 198.08º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #598CA2 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB89140162-
CMYK0.450.1400.36
HSL198.08º29.08%49.22%-
HSV(B)198.08º45.06%63.53%-
XYZ20.0223.4937.66-
YUV127.26147.6100.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.76%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 162 (63.67% from 255) = 41.43%
R=22.76%
G=35.81%
B=41.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891401620.450.1400.36198.0829.0849.22
Hex598CA22DE024c61d31
Octal13121424255160443063561
Binary10110011000110010100010101101111001001001100011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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