#59166C

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

Shades of Seance #59166C

Tints of Seance #59166C

Color information

#59166C (or 0x59166C) is unknown color: approx Seance. HEX triplet: 59, 16 and 6C. RGB value is (89,22,108). Sum of RGB (Red+Green+Blue) = 89+22+108=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #59166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59166C is #A6E993. Grayscale: #333333. Windows color (decimal): -10938772 or 7083609. OLE color: 7083609.

HSL color Cylindrical-coordinate representation of color #59166C: hue angle of 286.74º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59166C is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8922108-
CMYK0.180.8000.58
HSL286.74º66.15%25.49%-
HSV(B)286.74º79.63%42.35%-
XYZ7.113.7814.54-
YUV51.84159.7154.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 22 (8.98% from 255) = 10.05%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=40.64%
G=10.05%
B=49.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89221080.180.8000.58286.7466.1525.49
Hex59166C125003A11f4219
Octal131261542212007243710231
Binary10110011011011011001001010100000111010100011111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59166C; }

 p { color: rgb(89,22,108); }

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

<style>
 a { background-color: #59166C; }

 a { background-color: rgb(89,22,108); }

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

<style>
 span { border-color: #59166C; }

 span { border-color: rgb(89,22,108); }

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