#52819E

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

Shades of Air Force Blue #52819E

Tints of Air Force Blue #52819E

Color information

#52819E (or 0x52819E) is unknown color: approx Air Force Blue. HEX triplet: 52, 81 and 9E. RGB value is (82,129,158). Sum of RGB (Red+Green+Blue) = 82+129+158=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #52819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52819E is #AD7E61. Grayscale: #767676. Windows color (decimal): -11370082 or 10387794. OLE color: 10387794.

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

Color convert

RGB82129158-
CMYK0.480.1800.38
HSL202.89º31.67%47.06%-
HSV(B)202.89º48.1%61.96%-
XYZ17.519.9635.28-
YUV118.25150.43102.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=22.22%
G=34.96%
B=42.82%

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
Decimal821291580.480.1800.38202.8931.6747.06
Hex52819E3012026cb202f
Octal12220123660220463134057
Binary1010010100000011001111011000010010010011011001011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52819E; }

 p { color: rgb(82,129,158); }

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

<style>
 a { background-color: #52819E; }

 a { background-color: rgb(82,129,158); }

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

<style>
 span { border-color: #52819E; }

 span { border-color: rgb(82,129,158); }

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