#598099

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

Shades of Air Force Blue #598099

Tints of Air Force Blue #598099

Color information

#598099 (or 0x598099) is unknown color: approx Air Force Blue. HEX triplet: 59, 80 and 99. RGB value is (89,128,153). Sum of RGB (Red+Green+Blue) = 89+128+153=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #598099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598099 is #A67F66. Grayscale: #777777. Windows color (decimal): -10911591 or 10059865. OLE color: 10059865.

HSL color Cylindrical-coordinate representation of color #598099: hue angle of 203.44º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #598099 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB89128153-
CMYK0.420.1600.4
HSL203.44º26.45%47.45%-
HSV(B)203.44º41.83%60%-
XYZ17.5919.8633.04-
YUV119.19147.08106.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.05%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=24.05%
G=34.59%
B=41.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal891281530.420.1600.4203.4426.4547.45
Hex5980992A10028cb1a2f
Octal13120023152200503133257
Binary101100110000000100110011010101000001010001100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598099; }

 p { color: rgb(89,128,153); }

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

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

 a { background-color: rgb(89,128,153); }

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

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

 span { border-color: rgb(89,128,153); }

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