#5C859F

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

Shades of Air Force Blue #5C859F

Tints of Air Force Blue #5C859F

Color information

#5C859F (or 0x5C859F) is unknown color: approx Air Force Blue. HEX triplet: 5C, 85 and 9F. RGB value is (92,133,159). Sum of RGB (Red+Green+Blue) = 92+133+159=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #5C859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C859F is #A37A60. Grayscale: #7B7B7B. Windows color (decimal): -10713697 or 10454364. OLE color: 10454364.

HSL color Cylindrical-coordinate representation of color #5C859F: hue angle of 203.28º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C859F is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB92133159-
CMYK0.420.1600.38
HSL203.28º26.69%49.22%-
HSV(B)203.28º42.14%62.35%-
XYZ19.0621.5535.96-
YUV123.7147.92105.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.96%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=23.96%
G=34.64%
B=41.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal921331590.420.1600.38203.2826.6949.22
Hex5C859F2A10026cb1b31
Octal13420523752200463133361
Binary101110010000101100111111010101000001001101100101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,133,159); }

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

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

 a { background-color: rgb(92,133,159); }

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

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

 span { border-color: rgb(92,133,159); }

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