#5F3866

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

Shades of Seance #5F3866

Tints of Seance #5F3866

Color information

#5F3866 (or 0x5F3866) is unknown color: approx Seance. HEX triplet: 5F, 38 and 66. RGB value is (95,56,102). Sum of RGB (Red+Green+Blue) = 95+56+102=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F3866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3866 is #A0C799. Grayscale: #484848. Windows color (decimal): -10536858 or 6699103. OLE color: 6699103.

HSL color Cylindrical-coordinate representation of color #5F3866: hue angle of 290.87º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F3866 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9556102-
CMYK0.070.4500.6
HSL290.87º29.11%30.98%-
HSV(B)290.87º45.1%40%-
XYZ8.536.2213.32-
YUV72.9144.42143.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.55%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=37.55%
G=22.13%
B=40.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal95561020.070.4500.6290.8729.1130.98
Hex5F386672D03C1231d1f
Octal137701467550744433537
Binary1011111111000110011011110110101111001001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,56,102); }

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

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

 a { background-color: rgb(95,56,102); }

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

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

 span { border-color: rgb(95,56,102); }

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