#5E256E

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

Shades of Seance #5E256E

Tints of Seance #5E256E

Color information

#5E256E (or 0x5E256E) is unknown color: approx Seance. HEX triplet: 5E, 25 and 6E. RGB value is (94,37,110). Sum of RGB (Red+Green+Blue) = 94+37+110=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E256E is #A1DA91. Grayscale: #3E3E3E. Windows color (decimal): -10607250 or 7218526. OLE color: 7218526.

HSL color Cylindrical-coordinate representation of color #5E256E: hue angle of 286.85º 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 #5E256E is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9437110-
CMYK0.150.6600.57
HSL286.85º49.66%28.82%-
HSV(B)286.85º66.36%43.14%-
XYZ8.094.8315.26-
YUV62.36154.88150.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.00%
GREEN value IS 37 (14.84% from 255) = 15.35%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=39.00%
G=15.35%
B=45.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal94371100.150.6600.57286.8549.6628.82
Hex5E256EF4203911f321d
Octal13645156171020714376235
Binary1011110100101110111011111000010011100110001111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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