#58839B

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

Shades of Air Force Blue #58839B

Tints of Air Force Blue #58839B

Color information

#58839B (or 0x58839B) is unknown color: approx Air Force Blue. HEX triplet: 58, 83 and 9B. RGB value is (88,131,155). Sum of RGB (Red+Green+Blue) = 88+131+155=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #58839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58839B is #A77C64. Grayscale: #787878. Windows color (decimal): -10976357 or 10191704. OLE color: 10191704.

HSL color Cylindrical-coordinate representation of color #58839B: hue angle of 201.49º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58839B is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88131155-
CMYK0.430.1500.39
HSL201.49º27.57%47.65%-
HSV(B)201.49º43.23%60.78%-
XYZ18.0620.6734.05-
YUV120.88147.25104.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.53%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=23.53%
G=35.03%
B=41.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881311550.430.1500.39201.4927.5747.65
Hex58839B2BF027c91c30
Octal13020323353170473113460
Binary10110001000001110011011101011111101001111100100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58839B; }

 p { color: rgb(88,131,155); }

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

<style>
 a { background-color: #58839B; }

 a { background-color: rgb(88,131,155); }

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

<style>
 span { border-color: #58839B; }

 span { border-color: rgb(88,131,155); }

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