#56355C

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

Shades of Hot Purple #56355C

Tints of Hot Purple #56355C

Color information

#56355C (or 0x56355C) is unknown color: approx Hot Purple. HEX triplet: 56, 35 and 5C. RGB value is (86,53,92). Sum of RGB (Red+Green+Blue) = 86+53+92=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #56355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56355C is #A9CAA3. Grayscale: #434343. Windows color (decimal): -11127460 or 6042966. OLE color: 6042966.

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

Color convert

RGB865392-
CMYK0.070.4200.64
HSL290.77º26.9%28.43%-
HSV(B)290.77º42.39%36.08%-
XYZ7.045.310.78-
YUV67.31141.93141.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=37.23%
G=22.94%
B=39.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8653920.070.4200.64290.7726.928.43
Hex56355C72A0401231b1c
Octal1266513475201004433334
Binary10101101101011011100111101010010000001001000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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