#58829A

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

Shades of Air Force Blue #58829A

Tints of Air Force Blue #58829A

Color information

#58829A (or 0x58829A) is unknown color: approx Air Force Blue. HEX triplet: 58, 82 and 9A. RGB value is (88,130,154). Sum of RGB (Red+Green+Blue) = 88+130+154=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #58829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58829A is #A77D65. Grayscale: #787878. Windows color (decimal): -10976614 or 10125912. OLE color: 10125912.

HSL color Cylindrical-coordinate representation of color #58829A: hue angle of 201.82º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58829A is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88130154-
CMYK0.430.1600.40
HSL201.82º27.27%47.45%-
HSV(B)201.82º42.86%60.39%-
XYZ17.8420.3733.56-
YUV120.18147.09105.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.66%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=23.66%
G=34.95%
B=41.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881301540.430.1600.40201.8227.2747.45
Hex58829A2B10028ca1b2f
Octal13020223253200503123357
Binary101100010000010100110101010111000001010001100101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58829A; }

 p { color: rgb(88,130,154); }

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

<style>
 a { background-color: #58829A; }

 a { background-color: rgb(88,130,154); }

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

<style>
 span { border-color: #58829A; }

 span { border-color: rgb(88,130,154); }

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