#58869E

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

Shades of Air Force Blue #58869E

Tints of Air Force Blue #58869E

Color information

#58869E (or 0x58869E) is unknown color: approx Air Force Blue. HEX triplet: 58, 86 and 9E. RGB value is (88,134,158). Sum of RGB (Red+Green+Blue) = 88+134+158=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #58869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58869E is #A77961. Grayscale: #7A7A7A. Windows color (decimal): -10975586 or 10389080. OLE color: 10389080.

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

Color convert

RGB88134158-
CMYK0.440.1500.38
HSL200.57º28.46%48.24%-
HSV(B)200.57º44.3%61.96%-
XYZ18.7221.5935.53-
YUV122.98147.76103.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.16%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=23.16%
G=35.26%
B=41.58%

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
Decimal881341580.440.1500.38200.5728.4648.24
Hex58869E2CF026c91c30
Octal13020623654170463113460
Binary10110001000011010011110101100111101001101100100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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