#58889D

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

Shades of Air Force Blue #58889D

Tints of Air Force Blue #58889D

Color information

#58889D (or 0x58889D) is unknown color: approx Air Force Blue. HEX triplet: 58, 88 and 9D. RGB value is (88,136,157). Sum of RGB (Red+Green+Blue) = 88+136+157=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #58889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58889D is #A77762. Grayscale: #7B7B7B. Windows color (decimal): -10975075 or 10324056. OLE color: 10324056.

HSL color Cylindrical-coordinate representation of color #58889D: hue angle of 198.26º 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 #58889D is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88136157-
CMYK0.440.1300.38
HSL198.26º28.16%48.04%-
HSV(B)198.26º43.95%61.57%-
XYZ18.9122.1235.17-
YUV124.04146.6102.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.10%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=23.10%
G=35.70%
B=41.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881361570.440.1300.38198.2628.1648.04
Hex58889D2CD026c61c30
Octal13021023554150463063460
Binary10110001000100010011101101100110101001101100011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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