#90557A

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

Shades of Strikemaster #90557A

Tints of Strikemaster #90557A

Color information

#90557A (or 0x90557A) is unknown color: approx Strikemaster. HEX triplet: 90, 55 and 7A. RGB value is (144,85,122). Sum of RGB (Red+Green+Blue) = 144+85+122=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #90557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90557A is #6FAA85. Grayscale: #6A6A6A. Windows color (decimal): -7318150 or 8017296. OLE color: 8017296.

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

Color convert

RGB14485122-
CMYK00.410.150.44
HSL322.37º25.76%44.9%-
HSV(B)322.37º40.97%56.47%-
XYZ18.2613.8320.12-
YUV106.86136.55154.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=41.03%
G=24.22%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448512200.410.150.44322.3725.7644.9
Hex90557A029F2C1421a2d
Octal22012517205117545023255
Binary10010000101010111110100101001111110110010100001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90557A; }

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

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

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

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

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

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

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

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