#85677B

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

Shades of Strikemaster #85677B

Tints of Strikemaster #85677B

Color information

#85677B (or 0x85677B) is unknown color: approx Strikemaster. HEX triplet: 85, 67 and 7B. RGB value is (133,103,123). Sum of RGB (Red+Green+Blue) = 133+103+123=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85677B is #7A9884. Grayscale: #727272. Windows color (decimal): -8034437 or 8087429. OLE color: 8087429.

HSL color Cylindrical-coordinate representation of color #85677B: hue angle of 320º 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 #85677B is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB133103123-
CMYK00.230.080.48
HSL320º12.71%46.27%-
HSV(B)320º22.56%52.16%-
XYZ18.116.1220.9-
YUV114.25132.94141.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=37.05%
G=28.69%
B=34.26%

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
Decimal13310312300.230.080.4832012.7146.27
Hex85677B017830140d2e
Octal20514717302710605001556
Binary100001011100111111101101011110001100001010000001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85677B; }

 p { color: rgb(133,103,123); }

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

<style>
 a { background-color: #85677B; }

 a { background-color: rgb(133,103,123); }

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

<style>
 span { border-color: #85677B; }

 span { border-color: rgb(133,103,123); }

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