#5F2568

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

Shades of Seance #5F2568

Tints of Seance #5F2568

Color information

#5F2568 (or 0x5F2568) is unknown color: approx Seance. HEX triplet: 5F, 25 and 68. RGB value is (95,37,104). Sum of RGB (Red+Green+Blue) = 95+37+104=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #5F2568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2568 is #A0DA97. Grayscale: #3D3D3D. Windows color (decimal): -10541720 or 6825311. OLE color: 6825311.

HSL color Cylindrical-coordinate representation of color #5F2568: hue angle of 291.94º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F2568 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9537104-
CMYK0.090.6400.59
HSL291.94º47.52%27.65%-
HSV(B)291.94º64.42%40.78%-
XYZ7.884.7613.6-
YUV61.98151.72151.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.25%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=40.25%
G=15.68%
B=44.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95371040.090.6400.59291.9447.5227.65
Hex5F256894003B124301c
Octal13745150111000734446034
Binary1011111100101110100010011000000011101110010010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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