#5f3066

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

Shades of Seance #5F3066

Tints of Seance #5F3066

Color information

#5F3066 (or 0x5F3066) is unknown color: approx Seance. HEX triplet: 5F, 30 and 66. RGB value is (95,48,102). Sum of RGB (Red+Green+Blue) = 95+48+102=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F3066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3066 is #A0CF99. Grayscale: #444444. Windows color (decimal): -10538906 or 6697055. OLE color: 6697055.

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

Color convert

RGB9548102-
CMYK0.070.5300.6
HSL292.22º36%29.41%-
HSV(B)292.22º52.94%40%-
XYZ8.175.5113.2-
YUV68.21147.07147.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.78%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=38.78%
G=19.59%
B=41.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal95481020.070.5300.6292.223629.41
Hex5F306673503C124241d
Octal137601467650744444435
Binary10111111100001100110111110101011110010010010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f3066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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