#A56583

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

Shades of Strikemaster #A56583

Tints of Strikemaster #A56583

Color information

#A56583 (or 0xA56583) is unknown color: approx Strikemaster. HEX triplet: A5, 65 and 83. RGB value is (165,101,131). Sum of RGB (Red+Green+Blue) = 165+101+131=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A56583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56583 is #5A9A7C. Grayscale: #7B7B7B. Windows color (decimal): -5937789 or 8611237. OLE color: 8611237.

HSL color Cylindrical-coordinate representation of color #A56583: hue angle of 331.88º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56583 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB165101131-
CMYK00.390.210.35
HSL331.88º26.23%52.16%-
HSV(B)331.88º38.79%64.71%-
XYZ24.2718.9523.85-
YUV123.56132.2157.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=41.56%
G=25.44%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510113100.390.210.35331.8826.2352.16
HexA56583027152314c1a34
Octal24514520304725435143264
Binary1010010111001011000001101001111010110001110100110011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56583; }

 p { color: rgb(165,101,131); }

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

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

 a { background-color: rgb(165,101,131); }

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

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

 span { border-color: rgb(165,101,131); }

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