Html Css Color HEX #59206D Seance

📋 copy color: '#59206D'

red 89 ◦ green 32 ◦ blue 109

#59206D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #59206D

Tints of Seance #59206D

RGB

 RED value IS 89 (35.16% from 255) = 38.7%

 GREEN value IS 32 (12.89% from 255) = 13.91%

 BLUE value IS 109 (42.97% from 255) = 47.39%

R = 38.7%
G = 13.91%
B = 47.39%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#59206D (or 0x59206D) is known color: Seance. HEX triplet: 59, 20 and 6D. RGB value is (89,32,109). Sum of RGB (Red+Green+Blue) = 89+32+109=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #59206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59206D is #A6DF92. Grayscale: #393939. Windows color (decimal): -10936211 or 7151705. OLE color: 7151705.

HSL color Cylindrical-coordinate representation of color #59206D: hue angle of 284.42º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59206D is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 89 32 109 -
CMYK 0.18 0.71 0 0.57
HSL 284.42º 0.55% 0.28% -
HSV(B) 284.42º 0.71% 0.43% -
XYZ 7.4 4.26 14.9 -
YUV 57.82 156.88 150.24 -
System Red Green Blue C M Y K H S L
Decimal 89 32 109 0.18 0.71 0 0.57 284.42 0.55 0.28
Hex 59 20 6D 12 47 0 39 11C 37 1C
Octal 131 40 155 22 107 0 71 434 67 34
Binary 1011001 100000 1101101 10010 1000111 0 111001 100011100 110111 11100

Color Harmonies of #59206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59206D

Black with #59206D

Text Example


Text Example

White with #59206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59206D; }

 p { color: rgb(89,32,109); }

 H1.HeaderClassName
 {
   color: #59206D;
 }
 .AnyTagClassName
 {
   color: #59206D;
 }
</style>

background-color css

<style>
 a { background-color: #59206D; }

 a { background-color: rgb(89,32,109); }

 div.DivClassName
 {
   background-color: #59206D;
 }
 .BgClassName
 {
   background-color: #59206D;
 }
</style>

border-color css

<style>
 span { border-color: #59206D; }

 span { border-color: rgb(89,32,109); }

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