#85667A

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

Shades of Strikemaster #85667A

Tints of Strikemaster #85667A

Color information

#85667A (or 0x85667A) is unknown color: approx Strikemaster. HEX triplet: 85, 66 and 7A. RGB value is (133,102,122). Sum of RGB (Red+Green+Blue) = 133+102+122=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #85667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85667A is #7A9985. Grayscale: #717171. Windows color (decimal): -8034694 or 8021637. OLE color: 8021637.

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

Color convert

RGB133102122-
CMYK00.230.080.48
HSL321.29º13.19%46.08%-
HSV(B)321.29º23.31%52.16%-
XYZ17.9415.8920.53-
YUV113.55132.77141.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=37.25%
G=28.57%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310212200.230.080.48321.2913.1946.08
Hex85667A017830141d2e
Octal20514617202710605011556
Binary100001011100110111101001011110001100001010000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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