#52829F

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

Shades of Air Force Blue #52829F

Tints of Air Force Blue #52829F

Color information

#52829F (or 0x52829F) is unknown color: approx Air Force Blue. HEX triplet: 52, 82 and 9F. RGB value is (82,130,159). Sum of RGB (Red+Green+Blue) = 82+130+159=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #52829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52829F is #AD7D60. Grayscale: #767676. Windows color (decimal): -11369825 or 10453586. OLE color: 10453586.

HSL color Cylindrical-coordinate representation of color #52829F: hue angle of 202.6º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52829F is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82130159-
CMYK0.480.1800.38
HSL202.6º31.95%47.25%-
HSV(B)202.6º48.43%62.35%-
XYZ17.7220.2635.78-
YUV118.95150.6101.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=22.10%
G=35.04%
B=42.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821301590.480.1800.38202.631.9547.25
Hex52829F3012026cb202f
Octal12220223760220463134057
Binary1010010100000101001111111000010010010011011001011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52829F; }

 p { color: rgb(82,130,159); }

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

<style>
 a { background-color: #52829F; }

 a { background-color: rgb(82,130,159); }

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

<style>
 span { border-color: #52829F; }

 span { border-color: rgb(82,130,159); }

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