#905576

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

Shades of Strikemaster #905576

Tints of Strikemaster #905576

Color information

#905576 (or 0x905576) is unknown color: approx Strikemaster. HEX triplet: 90, 55 and 76. RGB value is (144,85,118). Sum of RGB (Red+Green+Blue) = 144+85+118=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #905576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905576 is #6FAA89. Grayscale: #6A6A6A. Windows color (decimal): -7318154 or 7755152. OLE color: 7755152.

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

Color convert

RGB14485118-
CMYK00.410.180.44
HSL326.44º25.76%44.9%-
HSV(B)326.44º40.97%56.47%-
XYZ18.0213.7318.84-
YUV106.4134.55154.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=41.50%
G=24.50%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448511800.410.180.44326.4425.7644.9
Hex905576029122C1461a2d
Octal22012516605122545063255
Binary100100001010101111011001010011001010110010100011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905576; }

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

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

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

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

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

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

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

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