#5F2B63

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

Shades of Seance #5F2B63

Tints of Seance #5F2B63

Color information

#5F2B63 (or 0x5F2B63) is unknown color: approx Seance. HEX triplet: 5F, 2B and 63. RGB value is (95,43,99). Sum of RGB (Red+Green+Blue) = 95+43+99=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #5F2B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2B63 is #A0D49C. Grayscale: #404040. Windows color (decimal): -10540189 or 6499167. OLE color: 6499167.

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

Color convert

RGB954399-
CMYK0.040.5700.61
HSL295.71º39.44%27.84%-
HSV(B)295.71º56.57%38.82%-
XYZ7.845.0612.37-
YUV64.93147.23149.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.08%
GREEN value IS 43 (17.19% from 255) = 18.14%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=40.08%
G=18.14%
B=41.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9543990.040.5700.61295.7139.4427.84
Hex5F2B6343903D128271c
Octal137531434710754504734
Binary10111111010111100011100111001011110110010100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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