#598AA5

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

Shades of Air Force Blue #598AA5

Tints of Air Force Blue #598AA5

Color information

#598AA5 (or 0x598AA5) is unknown color: approx Air Force Blue. HEX triplet: 59, 8A and A5. RGB value is (89,138,165). Sum of RGB (Red+Green+Blue) = 89+138+165=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 165 - color contains mainly: blue. Hex color #598AA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598AA5 is #A6755A. Grayscale: #7E7E7E. Windows color (decimal): -10909019 or 10848857. OLE color: 10848857.

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

Color convert

RGB89138165-
CMYK0.460.1600.35
HSL201.32º29.92%49.8%-
HSV(B)201.32º46.06%64.71%-
XYZ2023.0238.99-
YUV126.43149.77101.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.70%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 165 (64.84% from 255) = 42.09%
R=22.70%
G=35.20%
B=42.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891381650.460.1600.35201.3229.9249.8
Hex598AA52E10023c91e32
Octal13121224556200433113662
Binary101100110001010101001011011101000001000111100100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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