#5F829B

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

Shades of Air Force Blue #5F829B

Tints of Air Force Blue #5F829B

Color information

#5F829B (or 0x5F829B) is unknown color: approx Air Force Blue. HEX triplet: 5F, 82 and 9B. RGB value is (95,130,155). Sum of RGB (Red+Green+Blue) = 95+130+155=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F829B is #A07D64. Grayscale: #7A7A7A. Windows color (decimal): -10517861 or 10191455. OLE color: 10191455.

HSL color Cylindrical-coordinate representation of color #5F829B: hue angle of 205º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F829B is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB95130155-
CMYK0.390.1600.39
HSL205º24%49.02%-
HSV(B)205º38.71%60.78%-
XYZ18.6220.7634.04-
YUV122.38146.4108.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=25%
G=34.21%
B=40.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951301550.390.1600.392052449.02
Hex5F829B2710027cd1831
Octal13720223347200473153061
Binary101111110000010100110111001111000001001111100110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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