#5C126D

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

Shades of Seance #5C126D

Tints of Seance #5C126D

Color information

#5C126D (or 0x5C126D) is unknown color: approx Seance. HEX triplet: 5C, 12 and 6D. RGB value is (92,18,109). Sum of RGB (Red+Green+Blue) = 92+18+109=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C126D is #A3ED92. Grayscale: #323232. Windows color (decimal): -10743187 or 7148124. OLE color: 7148124.

HSL color Cylindrical-coordinate representation of color #5C126D: hue angle of 288.79º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C126D is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9218109-
CMYK0.160.8300.57
HSL288.79º71.65%24.9%-
HSV(B)288.79º83.49%42.75%-
XYZ7.393.8114.81-
YUV50.5161.02157.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.01%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 109 (42.97% from 255) = 49.77%
R=42.01%
G=8.22%
B=49.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92181090.160.8300.57288.7971.6524.9
Hex5C126D10530391214819
Octal134221552012307144111031
Binary10111001001011011011000010100110111001100100001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,18,109); }

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

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

 a { background-color: rgb(92,18,109); }

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

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

 span { border-color: rgb(92,18,109); }

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