#5F256E

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

Shades of Seance #5F256E

Tints of Seance #5F256E

Color information

#5F256E (or 0x5F256E) is unknown color: approx Seance. HEX triplet: 5F, 25 and 6E. RGB value is (95,37,110). Sum of RGB (Red+Green+Blue) = 95+37+110=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F256E is #A0DA91. Grayscale: #3E3E3E. Windows color (decimal): -10541714 or 7218527. OLE color: 7218527.

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

Color convert

RGB9537110-
CMYK0.140.6600.57
HSL287.67º49.66%28.82%-
HSV(B)287.67º66.36%43.14%-
XYZ8.24.8815.26-
YUV62.66154.72151.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.26%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=39.26%
G=15.29%
B=45.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95371100.140.6600.57287.6749.6628.82
Hex5F256EE42039120321d
Octal13745156161020714406235
Binary1011111100101110111011101000010011100110010000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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