#58859D

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

Shades of Air Force Blue #58859D

Tints of Air Force Blue #58859D

Color information

#58859D (or 0x58859D) is unknown color: approx Air Force Blue. HEX triplet: 58, 85 and 9D. RGB value is (88,133,157). Sum of RGB (Red+Green+Blue) = 88+133+157=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #58859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58859D is #A77A62. Grayscale: #7A7A7A. Windows color (decimal): -10975843 or 10323288. OLE color: 10323288.

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

Color convert

RGB88133157-
CMYK0.440.1500.38
HSL200.87º28.16%48.04%-
HSV(B)200.87º43.95%61.57%-
XYZ18.521.2835.03-
YUV122.28147.59103.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.28%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=23.28%
G=35.19%
B=41.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881331570.440.1500.38200.8728.1648.04
Hex58859D2CF026c91c30
Octal13020523554170463113460
Binary10110001000010110011101101100111101001101100100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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