#598EAA

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

Shades of Air Force Blue #598EAA

Tints of Air Force Blue #598EAA

Color information

#598EAA (or 0x598EAA) is unknown color: approx Air Force Blue. HEX triplet: 59, 8E and AA. RGB value is (89,142,170). Sum of RGB (Red+Green+Blue) = 89+142+170=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #598EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598EAA is #A67155. Grayscale: #818181. Windows color (decimal): -10907990 or 11177561. OLE color: 11177561.

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

Color convert

RGB89142170-
CMYK0.480.1600.33
HSL200.74º32.27%50.78%-
HSV(B)200.74º47.65%66.67%-
XYZ21.0524.3741.63-
YUV129.34150.9499.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.19%
GREEN value IS 142 (55.86% from 255) = 35.41%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=22.19%
G=35.41%
B=42.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891421700.480.1600.33200.7432.2750.78
Hex598EAA3010021c92033
Octal13121625260200413114063
Binary1011001100011101010101011000010000010000111001001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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