#58849C

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

Shades of Air Force Blue #58849C

Tints of Air Force Blue #58849C

Color information

#58849C (or 0x58849C) is unknown color: approx Air Force Blue. HEX triplet: 58, 84 and 9C. RGB value is (88,132,156). Sum of RGB (Red+Green+Blue) = 88+132+156=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #58849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58849C is #A77B63. Grayscale: #797979. Windows color (decimal): -10976100 or 10257496. OLE color: 10257496.

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

Color convert

RGB88132156-
CMYK0.440.1500.39
HSL201.18º27.87%47.84%-
HSV(B)201.18º43.59%61.18%-
XYZ18.2820.9834.54-
YUV121.58147.42104.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.40%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=23.40%
G=35.11%
B=41.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881321560.440.1500.39201.1827.8747.84
Hex58849C2CF027c91c30
Octal13020423454170473113460
Binary10110001000010010011100101100111101001111100100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58849C; }

 p { color: rgb(88,132,156); }

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

<style>
 a { background-color: #58849C; }

 a { background-color: rgb(88,132,156); }

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

<style>
 span { border-color: #58849C; }

 span { border-color: rgb(88,132,156); }

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