Html Css Color HEX #59204E Loulou

📋 copy color: '#59204E'

red 89 ◦ green 32 ◦ blue 78

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

Shades of Loulou #59204E

Tints of Loulou #59204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 39.2%

R = 44.72%
G = 16.08%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59204E (or 0x59204E) is known color: Loulou. HEX triplet: 59, 20 and 4E. RGB value is (89,32,78). Sum of RGB (Red+Green+Blue) = 89+32+78=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #59204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59204E is #A6DFB1. Grayscale: #363636. Windows color (decimal): -10936242 or 5120089. OLE color: 5120089.

HSL color Cylindrical-coordinate representation of color #59204E: hue angle of 311.58º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59204E is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 78 -
CMYK 0 0.64 0.12 0.65
HSL 311.58º 0.47% 0.24% -
HSV(B) 311.58º 0.64% 0.35% -
XYZ 6.01 3.71 7.61 -
YUV 54.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 89 32 78 0 0.64 0.12 0.65 311.58 0.47 0.24
Hex 59 20 4E 0 40 C 41 138 2F 18
Octal 131 40 116 0 100 14 101 470 57 30
Binary 1011001 100000 1001110 0 1000000 1100 1000001 100111000 101111 11000

Color Harmonies of #59204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59204E

Black with #59204E

Text Example


Text Example

White with #59204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59204E; }

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

 H1.HeaderClassName
 {
   color: #59204E;
 }
 .AnyTagClassName
 {
   color: #59204E;
 }
</style>

background-color css

<style>
 a { background-color: #59204E; }

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

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

border-color css

<style>
 span { border-color: #59204E; }

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

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