#955584

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

Shades of Strikemaster #955584

Tints of Strikemaster #955584

Color information

#955584 (or 0x955584) is unknown color: approx Strikemaster. HEX triplet: 95, 55 and 84. RGB value is (149,85,132). Sum of RGB (Red+Green+Blue) = 149+85+132=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #955584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955584 is #6AAA7B. Grayscale: #6D6D6D. Windows color (decimal): -6990460 or 8672661. OLE color: 8672661.

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

Color convert

RGB14985132-
CMYK00.430.110.42
HSL315.94º27.35%45.88%-
HSV(B)315.94º42.95%58.43%-
XYZ19.8114.5523.59-
YUV109.49140.7156.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 132 (51.95% from 255) = 36.07%
R=40.71%
G=23.22%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498513200.430.110.42315.9427.3545.88
Hex95558402BB2A13c1b2e
Octal22512520405313524743356
Binary100101011010101100001000101011101110101010011110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955584; }

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

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

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

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

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

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

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

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