#598FA0

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

Shades of Air Force Blue #598FA0

Tints of Air Force Blue #598FA0

Color information

#598FA0 (or 0x598FA0) is unknown color: approx Air Force Blue. HEX triplet: 59, 8F and A0. RGB value is (89,143,160). Sum of RGB (Red+Green+Blue) = 89+143+160=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 160 - color contains mainly: blue. Hex color #598FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598FA0 is #A6705F. Grayscale: #808080. Windows color (decimal): -10907744 or 10522457. OLE color: 10522457.

HSL color Cylindrical-coordinate representation of color #598FA0: hue angle of 194.37º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #598FA0 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB89143160-
CMYK0.440.1100.37
HSL194.37º28.51%48.82%-
HSV(B)194.37º44.37%62.75%-
XYZ20.2924.3136.88-
YUV128.79145.6199.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.70%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 160 (62.89% from 255) = 40.82%
R=22.70%
G=36.48%
B=40.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal891431600.440.1100.37194.3728.5148.82
Hex598FA02CB025c21d31
Octal13121724054130453023561
Binary10110011000111110100000101100101101001011100001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,143,160); }

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

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

 a { background-color: rgb(89,143,160); }

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

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

 span { border-color: rgb(89,143,160); }

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