#58829B

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

Shades of Air Force Blue #58829B

Tints of Air Force Blue #58829B

Color information

#58829B (or 0x58829B) is unknown color: approx Air Force Blue. HEX triplet: 58, 82 and 9B. RGB value is (88,130,155). Sum of RGB (Red+Green+Blue) = 88+130+155=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #58829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58829B is #A77D64. Grayscale: #787878. Windows color (decimal): -10976613 or 10191448. OLE color: 10191448.

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

Color convert

RGB88130155-
CMYK0.430.1600.39
HSL202.39º27.57%47.65%-
HSV(B)202.39º43.23%60.78%-
XYZ17.9220.4134-
YUV120.29147.59104.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=23.59%
G=34.85%
B=41.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881301550.430.1600.39202.3927.5747.65
Hex58829B2B10027ca1c30
Octal13020223353200473123460
Binary101100010000010100110111010111000001001111100101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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