#935576

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

Shades of Strikemaster #935576

Tints of Strikemaster #935576

Color information

#935576 (or 0x935576) is unknown color: approx Strikemaster. HEX triplet: 93, 55 and 76. RGB value is (147,85,118). Sum of RGB (Red+Green+Blue) = 147+85+118=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #935576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935576 is #6CAA89. Grayscale: #6B6B6B. Windows color (decimal): -7121546 or 7755155. OLE color: 7755155.

HSL color Cylindrical-coordinate representation of color #935576: hue angle of 328.06º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #935576 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14785118-
CMYK00.420.200.42
HSL328.06º26.72%45.49%-
HSV(B)328.06º42.18%57.65%-
XYZ18.5514.0118.87-
YUV107.3134.04156.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=42%
G=24.29%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478511800.420.200.42328.0626.7245.49
Hex93557602A142A1481b2d
Octal22312516605224525103355
Binary100100111010101111011001010101010010101010100100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935576; }

 p { color: rgb(147,85,118); }

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

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

 a { background-color: rgb(147,85,118); }

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

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

 span { border-color: rgb(147,85,118); }

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