#58889E

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

Shades of Air Force Blue #58889E

Tints of Air Force Blue #58889E

Color information

#58889E (or 0x58889E) is unknown color: approx Air Force Blue. HEX triplet: 58, 88 and 9E. RGB value is (88,136,158). Sum of RGB (Red+Green+Blue) = 88+136+158=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #58889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58889E is #A77761. Grayscale: #7C7C7C. Windows color (decimal): -10975074 or 10389592. OLE color: 10389592.

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

Color convert

RGB88136158-
CMYK0.440.1400.38
HSL198.86º28.46%48.24%-
HSV(B)198.86º44.3%61.96%-
XYZ1922.1535.62-
YUV124.16147.1102.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.04%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=23.04%
G=35.60%
B=41.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881361580.440.1400.38198.8628.4648.24
Hex58889E2CE026c71c30
Octal13021023654160463073460
Binary10110001000100010011110101100111001001101100011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58889E; }

 p { color: rgb(88,136,158); }

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

<style>
 a { background-color: #58889E; }

 a { background-color: rgb(88,136,158); }

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

<style>
 span { border-color: #58889E; }

 span { border-color: rgb(88,136,158); }

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