#5F82AA

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

Shades of Air Force Blue #5F82AA

Tints of Air Force Blue #5F82AA

Color information

#5F82AA (or 0x5F82AA) is unknown color: approx Air Force Blue. HEX triplet: 5F, 82 and AA. RGB value is (95,130,170). Sum of RGB (Red+Green+Blue) = 95+130+170=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F82AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F82AA is #A07D55. Grayscale: #7B7B7B. Windows color (decimal): -10517846 or 11174495. OLE color: 11174495.

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

Color convert

RGB95130170-
CMYK0.440.2400.33
HSL212º30.61%51.96%-
HSV(B)212º44.12%66.67%-
XYZ19.9621.341.09-
YUV124.1153.9107.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=24.05%
G=32.91%
B=43.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951301700.440.2400.3321230.6151.96
Hex5F82AA2C18021d41f34
Octal13720225254300413243764
Binary101111110000010101010101011001100001000011101010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F82AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,130,170); }

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

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

 a { background-color: rgb(95,130,170); }

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

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

 span { border-color: rgb(95,130,170); }

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