#915582

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

Shades of Strikemaster #915582

Tints of Strikemaster #915582

Color information

#915582 (or 0x915582) is unknown color: approx Strikemaster. HEX triplet: 91, 55 and 82. RGB value is (145,85,130). Sum of RGB (Red+Green+Blue) = 145+85+130=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #915582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915582 is #6EAA7D. Grayscale: #6B6B6B. Windows color (decimal): -7252606 or 8541585. OLE color: 8541585.

HSL color Cylindrical-coordinate representation of color #915582: hue angle of 315º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #915582 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14585130-
CMYK00.410.100.43
HSL315º26.09%45.1%-
HSV(B)315º41.38%56.86%-
XYZ18.9514.1322.85-
YUV108.07140.38154.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=40.28%
G=23.61%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458513000.410.100.4331526.0945.1
Hex915582029A2B13b1a2d
Octal22112520205112534733255
Binary100100011010101100000100101001101010101110011101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915582; }

 p { color: rgb(145,85,130); }

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

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

 a { background-color: rgb(145,85,130); }

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

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

 span { border-color: rgb(145,85,130); }

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