#5C256E

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

Shades of Seance #5C256E

Tints of Seance #5C256E

Color information

#5C256E (or 0x5C256E) is unknown color: approx Seance. HEX triplet: 5C, 25 and 6E. RGB value is (92,37,110). Sum of RGB (Red+Green+Blue) = 92+37+110=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C256E is #A3DA91. Grayscale: #3D3D3D. Windows color (decimal): -10738322 or 7218524. OLE color: 7218524.

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

Color convert

RGB9237110-
CMYK0.160.6600.57
HSL285.21º49.66%28.82%-
HSV(B)285.21º66.36%43.14%-
XYZ7.894.7215.25-
YUV61.77155.22149.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.49%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=38.49%
G=15.48%
B=46.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92371100.160.6600.57285.2149.6628.82
Hex5C256E104203911d321d
Octal13445156201020714356235
Binary10111001001011101110100001000010011100110001110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,37,110); }

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

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

 a { background-color: rgb(92,37,110); }

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

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

 span { border-color: rgb(92,37,110); }

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