#5F859C

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

Shades of Air Force Blue #5F859C

Tints of Air Force Blue #5F859C

Color information

#5F859C (or 0x5F859C) is unknown color: approx Air Force Blue. HEX triplet: 5F, 85 and 9C. RGB value is (95,133,156). Sum of RGB (Red+Green+Blue) = 95+133+156=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F859C is #A07A63. Grayscale: #7C7C7C. Windows color (decimal): -10517092 or 10257759. OLE color: 10257759.

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

Color convert

RGB95133156-
CMYK0.390.1500.39
HSL202.62º24.3%49.22%-
HSV(B)202.62º39.1%61.18%-
XYZ19.1121.6134.62-
YUV124.26145.91107.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.74%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 156 (61.33% from 255) = 40.62%
R=24.74%
G=34.64%
B=40.62%

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
Decimal951331560.390.1500.39202.6224.349.22
Hex5F859C27F027cb1831
Octal13720523447170473133061
Binary10111111000010110011100100111111101001111100101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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