#58899F

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

Shades of Air Force Blue #58899F

Tints of Air Force Blue #58899F

Color information

#58899F (or 0x58899F) is unknown color: approx Air Force Blue. HEX triplet: 58, 89 and 9F. RGB value is (88,137,159). Sum of RGB (Red+Green+Blue) = 88+137+159=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #58899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58899F is #A77660. Grayscale: #7C7C7C. Windows color (decimal): -10974817 or 10455384. OLE color: 10455384.

HSL color Cylindrical-coordinate representation of color #58899F: hue angle of 198.59º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58899F is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88137159-
CMYK0.450.1400.38
HSL198.59º28.74%48.43%-
HSV(B)198.59º44.65%62.35%-
XYZ19.2322.4736.12-
YUV124.86147.27101.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.92%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=22.92%
G=35.68%
B=41.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881371590.450.1400.38198.5928.7448.43
Hex58899F2DE026c71d30
Octal13021123755160463073560
Binary10110001000100110011111101101111001001101100011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58899F; }

 p { color: rgb(88,137,159); }

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

<style>
 a { background-color: #58899F; }

 a { background-color: rgb(88,137,159); }

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

<style>
 span { border-color: #58899F; }

 span { border-color: rgb(88,137,159); }

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