#56355D

Color #56355D Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #56355D

Tints of Hot Purple #56355D

Color information

#56355D (or 0x56355D) is unknown color: approx Hot Purple. HEX triplet: 56, 35 and 5D. RGB value is (86,53,93). Sum of RGB (Red+Green+Blue) = 86+53+93=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #56355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56355D is #A9CAA2. Grayscale: #434343. Windows color (decimal): -11127459 or 6108502. OLE color: 6108502.

HSL color Cylindrical-coordinate representation of color #56355D: hue angle of 289.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56355D is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB865393-
CMYK0.080.4300.64
HSL289.5º27.4%28.63%-
HSV(B)289.5º43.01%36.47%-
XYZ7.095.3111.01-
YUV67.43142.43141.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=37.07%
G=22.84%
B=40.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8653930.080.4300.64289.527.428.63
Hex56355D82B0401221b1d
Octal12665135105301004423335
Binary101011011010110111011000101011010000001001000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56355D; }

 p { color: rgb(86,53,93); }

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

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

 a { background-color: rgb(86,53,93); }

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

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

 span { border-color: rgb(86,53,93); }

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