#90587E

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

Shades of Strikemaster #90587E

Tints of Strikemaster #90587E

Color information

#90587E (or 0x90587E) is unknown color: approx Strikemaster. HEX triplet: 90, 58 and 7E. RGB value is (144,88,126). Sum of RGB (Red+Green+Blue) = 144+88+126=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #90587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90587E is #6FA781. Grayscale: #6C6C6C. Windows color (decimal): -7317378 or 8280208. OLE color: 8280208.

HSL color Cylindrical-coordinate representation of color #90587E: hue angle of 319.29º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90587E is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14488126-
CMYK00.390.120.44
HSL319.29º24.14%45.49%-
HSV(B)319.29º38.89%56.47%-
XYZ18.7614.4221.53-
YUV109.08137.55152.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.22%
GREEN value IS 88 (34.77% from 255) = 24.58%
BLUE value IS 126 (49.61% from 255) = 35.20%
R=40.22%
G=24.58%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448812600.390.120.44319.2924.1445.49
Hex90587E027C2C13f182d
Octal22013017604714544773055
Binary10010000101100011111100100111110010110010011111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90587E; }

 p { color: rgb(144,88,126); }

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

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

 a { background-color: rgb(144,88,126); }

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

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

 span { border-color: rgb(144,88,126); }

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