#5F849C

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

Shades of Air Force Blue #5F849C

Tints of Air Force Blue #5F849C

Color information

#5F849C (or 0x5F849C) is unknown color: approx Air Force Blue. HEX triplet: 5F, 84 and 9C. RGB value is (95,132,156). Sum of RGB (Red+Green+Blue) = 95+132+156=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F849C is #A07B63. Grayscale: #7B7B7B. Windows color (decimal): -10517348 or 10257503. OLE color: 10257503.

HSL color Cylindrical-coordinate representation of color #5F849C: hue angle of 203.61º 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 #5F849C is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB95132156-
CMYK0.390.1500.39
HSL203.61º24.3%49.22%-
HSV(B)203.61º39.1%61.18%-
XYZ18.9721.3434.57-
YUV123.67146.24107.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.80%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=24.80%
G=34.46%
B=40.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951321560.390.1500.39203.6124.349.22
Hex5F849C27F027cc1831
Octal13720423447170473143061
Binary10111111000010010011100100111111101001111100110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,132,156); }

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

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

 a { background-color: rgb(95,132,156); }

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

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

 span { border-color: rgb(95,132,156); }

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