#591A68

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

Shades of Seance #591A68

Tints of Seance #591A68

Color information

#591A68 (or 0x591A68) is unknown color: approx Seance. HEX triplet: 59, 1A and 68. RGB value is (89,26,104). Sum of RGB (Red+Green+Blue) = 89+26+104=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #591A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A68 is #A6E597. Grayscale: #353535. Windows color (decimal): -10937752 or 6822489. OLE color: 6822489.

HSL color Cylindrical-coordinate representation of color #591A68: hue angle of 288.46º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591A68 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8926104-
CMYK0.140.7500.59
HSL288.46º60%25.49%-
HSV(B)288.46º75%40.78%-
XYZ6.993.8613.47-
YUV53.73156.37153.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=40.64%
G=11.87%
B=47.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89261040.140.7500.59288.466025.49
Hex591A68E4B03B1203c19
Octal13132150161130734407431
Binary101100111010110100011101001011011101110010000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591A68; }

 p { color: rgb(89,26,104); }

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

<style>
 a { background-color: #591A68; }

 a { background-color: rgb(89,26,104); }

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

<style>
 span { border-color: #591A68; }

 span { border-color: rgb(89,26,104); }

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