#598CA8

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

Shades of Air Force Blue #598CA8

Tints of Air Force Blue #598CA8

Color information

#598CA8 (or 0x598CA8) is unknown color: approx Air Force Blue. HEX triplet: 59, 8C and A8. RGB value is (89,140,168). Sum of RGB (Red+Green+Blue) = 89+140+168=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 168 - color contains mainly: blue. Hex color #598CA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598CA8 is #A67357. Grayscale: #7F7F7F. Windows color (decimal): -10908504 or 11045977. OLE color: 11045977.

HSL color Cylindrical-coordinate representation of color #598CA8: hue angle of 201.27º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #598CA8 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB89140168-
CMYK0.470.1700.34
HSL201.27º31.23%50.39%-
HSV(B)201.27º47.02%65.88%-
XYZ20.5723.7140.54-
YUV127.94150.6100.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.42%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 168 (66.02% from 255) = 42.32%
R=22.42%
G=35.26%
B=42.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal891401680.470.1700.34201.2731.2350.39
Hex598CA82F11022c91f32
Octal13121425057210423113762
Binary101100110001100101010001011111000101000101100100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,140,168); }

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

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

 a { background-color: rgb(89,140,168); }

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

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

 span { border-color: rgb(89,140,168); }

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