#956483

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

Shades of Strikemaster #956483

Tints of Strikemaster #956483

Color information

#956483 (or 0x956483) is unknown color: approx Strikemaster. HEX triplet: 95, 64 and 83. RGB value is (149,100,131). Sum of RGB (Red+Green+Blue) = 149+100+131=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #956483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956483 is #6A9B7C. Grayscale: #767676. Windows color (decimal): -6986621 or 8610965. OLE color: 8610965.

HSL color Cylindrical-coordinate representation of color #956483: hue angle of 322.04º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #956483 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB149100131-
CMYK00.330.120.42
HSL322.04º19.68%48.82%-
HSV(B)322.04º32.89%58.43%-
XYZ21.0517.1423.67-
YUV118.18135.23149.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 131 (51.56% from 255) = 34.47%
R=39.21%
G=26.32%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910013100.330.120.42322.0419.6848.82
Hex956483021C2A1421431
Octal22514420304114525022461
Binary100101011100100100000110100001110010101010100001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956483; }

 p { color: rgb(149,100,131); }

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

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

 a { background-color: rgb(149,100,131); }

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

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

 span { border-color: rgb(149,100,131); }

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