#955576

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

Shades of Strikemaster #955576

Tints of Strikemaster #955576

Color information

#955576 (or 0x955576) is unknown color: approx Strikemaster. HEX triplet: 95, 55 and 76. RGB value is (149,85,118). Sum of RGB (Red+Green+Blue) = 149+85+118=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #955576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955576 is #6AAA89. Grayscale: #6B6B6B. Windows color (decimal): -6990474 or 7755157. OLE color: 7755157.

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

Color convert

RGB14985118-
CMYK00.430.210.42
HSL329.06º27.35%45.88%-
HSV(B)329.06º42.95%58.43%-
XYZ18.9114.1918.88-
YUV107.9133.7157.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=42.33%
G=24.15%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498511800.430.210.42329.0627.3545.88
Hex95557602B152A1491b2e
Octal22512516605325525113356
Binary100101011010101111011001010111010110101010100100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955576; }

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

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

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

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

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

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

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

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