#955577

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

Shades of Strikemaster #955577

Tints of Strikemaster #955577

Color information

#955577 (or 0x955577) is unknown color: approx Strikemaster. HEX triplet: 95, 55 and 77. RGB value is (149,85,119). Sum of RGB (Red+Green+Blue) = 149+85+119=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #955577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955577 is #6AAA88. Grayscale: #6B6B6B. Windows color (decimal): -6990473 or 7820693. OLE color: 7820693.

HSL color Cylindrical-coordinate representation of color #955577: hue angle of 328.12º 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 #955577 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14985119-
CMYK00.430.200.42
HSL328.12º27.35%45.88%-
HSV(B)328.12º42.95%58.43%-
XYZ18.9714.2219.2-
YUV108.01134.2157.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=42.21%
G=24.08%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498511900.430.200.42328.1227.3545.88
Hex95557702B142A1481b2e
Octal22512516705324525103356
Binary100101011010101111011101010111010010101010100100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955577; }

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

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

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

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

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

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

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

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