#905580

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

Shades of Strikemaster #905580

Tints of Strikemaster #905580

Color information

#905580 (or 0x905580) is unknown color: approx Strikemaster. HEX triplet: 90, 55 and 80. RGB value is (144,85,128). Sum of RGB (Red+Green+Blue) = 144+85+128=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #905580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905580 is #6FAA7F. Grayscale: #6B6B6B. Windows color (decimal): -7318144 or 8410512. OLE color: 8410512.

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

Color convert

RGB14485128-
CMYK00.410.110.44
HSL316.27º25.76%44.9%-
HSV(B)316.27º40.97%56.47%-
XYZ18.6513.9822.14-
YUV107.54139.55154-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=40.34%
G=23.81%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448512800.410.110.44316.2725.7644.9
Hex905580029B2C13c1a2d
Octal22012520005113544743255
Binary100100001010101100000000101001101110110010011110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905580; }

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

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

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

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

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

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

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

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