#5C196F

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

Shades of Seance #5C196F

Tints of Seance #5C196F

Color information

#5C196F (or 0x5C196F) is unknown color: approx Seance. HEX triplet: 5C, 19 and 6F. RGB value is (92,25,111). Sum of RGB (Red+Green+Blue) = 92+25+111=228 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.35% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C196F is #A3E690. Grayscale: #363636. Windows color (decimal): -10741393 or 7280988. OLE color: 7280988.

HSL color Cylindrical-coordinate representation of color #5C196F: hue angle of 286.74º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C196F is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9225111-
CMYK0.170.7700.56
HSL286.74º63.24%26.67%-
HSV(B)286.74º77.48%43.53%-
XYZ7.634.1215.43-
YUV54.84159.7154.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.35%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 111 (43.75% from 255) = 48.68%
R=40.35%
G=10.96%
B=48.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92251110.170.7700.56286.7463.2426.67
Hex5C196F114D03811f3f1b
Octal13431157211150704377733
Binary1011100110011101111100011001101011100010001111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,25,111); }

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

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

 a { background-color: rgb(92,25,111); }

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

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

 span { border-color: rgb(92,25,111); }

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