#5C3266

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

Shades of Seance #5C3266

Tints of Seance #5C3266

Color information

#5C3266 (or 0x5C3266) is unknown color: approx Seance. HEX triplet: 5C, 32 and 66. RGB value is (92,50,102). Sum of RGB (Red+Green+Blue) = 92+50+102=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C3266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3266 is #A3CD99. Grayscale: #444444. Windows color (decimal): -10735002 or 6697564. OLE color: 6697564.

HSL color Cylindrical-coordinate representation of color #5C3266: hue angle of 288.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C3266 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9250102-
CMYK0.100.5100.6
HSL288.46º34.21%29.8%-
HSV(B)288.46º50.98%40%-
XYZ7.955.5213.22-
YUV68.49146.91144.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.70%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=37.70%
G=20.49%
B=41.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal92501020.100.5100.6288.4634.2129.8
Hex5C3266A3303C120221e
Octal1346214612630744404236
Binary101110011001011001101010110011011110010010000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C3266; }

 p { color: rgb(92,50,102); }

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

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

 a { background-color: rgb(92,50,102); }

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

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

 span { border-color: rgb(92,50,102); }

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