#5282AB

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

Shades of Air Force Blue #5282AB

Tints of Air Force Blue #5282AB

Color information

#5282AB (or 0x5282AB) is unknown color: approx Air Force Blue. HEX triplet: 52, 82 and AB. RGB value is (82,130,171). Sum of RGB (Red+Green+Blue) = 82+130+171=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #5282AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5282AB is #AD7D54. Grayscale: #787878. Windows color (decimal): -11369813 or 11240018. OLE color: 11240018.

HSL color Cylindrical-coordinate representation of color #5282AB: hue angle of 207.64º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5282AB is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82130171-
CMYK0.520.2400.33
HSL207.64º35.18%49.61%-
HSV(B)207.64º52.05%67.06%-
XYZ18.8120.741.53-
YUV120.32156.6100.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=21.41%
G=33.94%
B=44.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821301710.520.2400.33207.6435.1849.61
Hex5282AB3418021d02332
Octal12220225364300413204362
Binary1010010100000101010101111010011000010000111010000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5282AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5282AB; }

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

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

<style>
 a { background-color: #5282AB; }

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

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

<style>
 span { border-color: #5282AB; }

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

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