#5D82AE

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

Shades of Air Force Blue #5D82AE

Tints of Air Force Blue #5D82AE

Color information

#5D82AE (or 0x5D82AE) is unknown color: approx Air Force Blue. HEX triplet: 5D, 82 and AE. RGB value is (93,130,174). Sum of RGB (Red+Green+Blue) = 93+130+174=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D82AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D82AE is #A27D51. Grayscale: #7B7B7B. Windows color (decimal): -10648914 or 11436637. OLE color: 11436637.

HSL color Cylindrical-coordinate representation of color #5D82AE: hue angle of 212.59º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D82AE is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB93130174-
CMYK0.470.2500.32
HSL212.59º33.33%52.35%-
HSV(B)212.59º46.55%68.24%-
XYZ20.1421.3543.1-
YUV123.95156.24105.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.43%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=23.43%
G=32.75%
B=43.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931301740.470.2500.32212.5933.3352.35
Hex5D82AE2F19020d52134
Octal13520225657310403254164
Binary1011101100000101010111010111111001010000011010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D82AE; }

 p { color: rgb(93,130,174); }

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

<style>
 a { background-color: #5D82AE; }

 a { background-color: rgb(93,130,174); }

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

<style>
 span { border-color: #5D82AE; }

 span { border-color: rgb(93,130,174); }

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