#85687A

Color #85687A Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #85687A

Tints of Strikemaster #85687A

Color information

#85687A (or 0x85687A) is unknown color: approx Strikemaster. HEX triplet: 85, 68 and 7A. RGB value is (133,104,122). Sum of RGB (Red+Green+Blue) = 133+104+122=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85687A is #7A9785. Grayscale: #727272. Windows color (decimal): -8034182 or 8022149. OLE color: 8022149.

HSL color Cylindrical-coordinate representation of color #85687A: hue angle of 322.76º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85687A is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB133104122-
CMYK00.220.080.48
HSL322.76º12.24%46.47%-
HSV(B)322.76º21.8%52.16%-
XYZ18.1416.2920.6-
YUV114.72132.11141.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=37.05%
G=28.97%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310412200.220.080.48322.7612.2446.47
Hex85687A016830143c2e
Octal20515017202610605031456
Binary100001011101000111101001011010001100001010000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85687A; }

 p { color: rgb(133,104,122); }

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

<style>
 a { background-color: #85687A; }

 a { background-color: rgb(133,104,122); }

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

<style>
 span { border-color: #85687A; }

 span { border-color: rgb(133,104,122); }

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