#598DA5

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

Shades of Air Force Blue #598DA5

Tints of Air Force Blue #598DA5

Color information

#598DA5 (or 0x598DA5) is unknown color: approx Air Force Blue. HEX triplet: 59, 8D and A5. RGB value is (89,141,165). Sum of RGB (Red+Green+Blue) = 89+141+165=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 165 - color contains mainly: blue. Hex color #598DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598DA5 is #A6725A. Grayscale: #808080. Windows color (decimal): -10908251 or 10849625. OLE color: 10849625.

HSL color Cylindrical-coordinate representation of color #598DA5: hue angle of 198.95º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #598DA5 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB89141165-
CMYK0.460.1500.35
HSL198.95º29.92%49.8%-
HSV(B)198.95º46.06%64.71%-
XYZ20.4423.8939.13-
YUV128.19148.77100.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.53%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 165 (64.84% from 255) = 41.77%
R=22.53%
G=35.70%
B=41.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891411650.460.1500.35198.9529.9249.8
Hex598DA52EF023c71e32
Octal13121524556170433073662
Binary10110011000110110100101101110111101000111100011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,141,165); }

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

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

 a { background-color: rgb(89,141,165); }

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

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

 span { border-color: rgb(89,141,165); }

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