#52809F

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

Shades of Air Force Blue #52809F

Tints of Air Force Blue #52809F

Color information

#52809F (or 0x52809F) is unknown color: approx Air Force Blue. HEX triplet: 52, 80 and 9F. RGB value is (82,128,159). Sum of RGB (Red+Green+Blue) = 82+128+159=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #52809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52809F is #AD7F60. Grayscale: #757575. Windows color (decimal): -11370337 or 10453074. OLE color: 10453074.

HSL color Cylindrical-coordinate representation of color #52809F: hue angle of 204.16º 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 #52809F is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82128159-
CMYK0.480.1900.38
HSL204.16º31.95%47.25%-
HSV(B)204.16º48.43%62.35%-
XYZ17.4619.7435.69-
YUV117.78151.26102.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 159 (62.5% from 255) = 43.09%
R=22.22%
G=34.69%
B=43.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821281590.480.1900.38204.1631.9547.25
Hex52809F3013026cc202f
Octal12220023760230463144057
Binary1010010100000001001111111000010011010011011001100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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