#5F819C

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

Shades of Air Force Blue #5F819C

Tints of Air Force Blue #5F819C

Color information

#5F819C (or 0x5F819C) is unknown color: approx Air Force Blue. HEX triplet: 5F, 81 and 9C. RGB value is (95,129,156). Sum of RGB (Red+Green+Blue) = 95+129+156=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F819C is #A07E63. Grayscale: #797979. Windows color (decimal): -10518116 or 10256735. OLE color: 10256735.

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

Color convert

RGB95129156-
CMYK0.390.1700.39
HSL206.56º24.3%49.22%-
HSV(B)206.56º39.1%61.18%-
XYZ18.5720.5334.44-
YUV121.91147.24108.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=25%
G=33.95%
B=41.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951291560.390.1700.39206.5624.349.22
Hex5F819C2711027cf1831
Octal13720123447210473173061
Binary101111110000001100111001001111000101001111100111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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