#5F2A63

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

Shades of Seance #5F2A63

Tints of Seance #5F2A63

Color information

#5F2A63 (or 0x5F2A63) is unknown color: approx Seance. HEX triplet: 5F, 2A and 63. RGB value is (95,42,99). Sum of RGB (Red+Green+Blue) = 95+42+99=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #5F2A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2A63 is #A0D59C. Grayscale: #404040. Windows color (decimal): -10540445 or 6498911. OLE color: 6498911.

HSL color Cylindrical-coordinate representation of color #5F2A63: hue angle of 295.79º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F2A63 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB954299-
CMYK0.040.5800.61
HSL295.79º40.43%27.65%-
HSV(B)295.79º57.58%38.82%-
XYZ7.84.9912.36-
YUV64.34147.56149.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.25%
GREEN value IS 42 (16.80% from 255) = 17.80%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=40.25%
G=17.80%
B=41.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9542990.040.5800.61295.7940.4327.65
Hex5F2A6343A03D128281c
Octal137521434720754505034
Binary10111111010101100011100111010011110110010100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,42,99); }

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

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

 a { background-color: rgb(95,42,99); }

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

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

 span { border-color: rgb(95,42,99); }

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