#5F8AAC

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

Shades of Air Force Blue #5F8AAC

Tints of Air Force Blue #5F8AAC

Color information

#5F8AAC (or 0x5F8AAC) is unknown color: approx Air Force Blue. HEX triplet: 5F, 8A and AC. RGB value is (95,138,172). Sum of RGB (Red+Green+Blue) = 95+138+172=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F8AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8AAC is #A07553. Grayscale: #808080. Windows color (decimal): -10515796 or 11307615. OLE color: 11307615.

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

Color convert

RGB95138172-
CMYK0.450.2000.33
HSL206.49º31.69%52.35%-
HSV(B)206.49º44.77%67.45%-
XYZ21.2523.5942.46-
YUV129.02152.25103.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.46%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=23.46%
G=34.07%
B=42.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951381720.450.2000.33206.4931.6952.35
Hex5F8AAC2D14021ce2034
Octal13721225455240413164064
Binary1011111100010101010110010110110100010000111001110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,138,172); }

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

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

 a { background-color: rgb(95,138,172); }

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

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

 span { border-color: rgb(95,138,172); }

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