#5f87af

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

Shades of Air Force Blue #5F87AF

Tints of Air Force Blue #5F87AF

Color information

#5F87AF (or 0x5F87AF) is unknown color: approx Air Force Blue. HEX triplet: 5F, 87 and AF. RGB value is (95,135,175). Sum of RGB (Red+Green+Blue) = 95+135+175=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F87AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F87AF is #A07850. Grayscale: #7F7F7F. Windows color (decimal): -10516561 or 11503455. OLE color: 11503455.

HSL color Cylindrical-coordinate representation of color #5F87AF: hue angle of 210º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F87AF is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB95135175-
CMYK0.460.2300.31
HSL210º33.33%52.94%-
HSV(B)210º45.71%68.63%-
XYZ21.1222.8643.86-
YUV127.6154.75104.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.46%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=23.46%
G=33.33%
B=43.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951351750.460.2300.3121033.3352.94
Hex5F87AF2E1701Fd22135
Octal13720725756270373224165
Binary101111110000111101011111011101011101111111010010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f87af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,135,175); }

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

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

 a { background-color: rgb(95,135,175); }

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

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

 span { border-color: rgb(95,135,175); }

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