#58849B

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

Shades of Air Force Blue #58849B

Tints of Air Force Blue #58849B

Color information

#58849B (or 0x58849B) is unknown color: approx Air Force Blue. HEX triplet: 58, 84 and 9B. RGB value is (88,132,155). Sum of RGB (Red+Green+Blue) = 88+132+155=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #58849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58849B is #A77B64. Grayscale: #797979. Windows color (decimal): -10976101 or 10191960. OLE color: 10191960.

HSL color Cylindrical-coordinate representation of color #58849B: hue angle of 200.6º 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 #58849B is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88132155-
CMYK0.430.1500.39
HSL200.6º27.57%47.65%-
HSV(B)200.6º43.23%60.78%-
XYZ18.1920.9434.09-
YUV121.47146.92104.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.47%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=23.47%
G=35.2%
B=41.33%

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
Decimal881321550.430.1500.39200.627.5747.65
Hex58849B2BF027c91c30
Octal13020423353170473113460
Binary10110001000010010011011101011111101001111100100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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