Html Css Color HEX #59334C Loulou

📋 copy color: '#59334C'

red 89 ◦ green 51 ◦ blue 76

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

Shades of Loulou #59334C

Tints of Loulou #59334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.61%

 BLUE value IS 76 (30.08% from 255) = 35.19%

R = 41.2%
G = 23.61%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59334C (or 0x59334C) is known color: Loulou. HEX triplet: 59, 33 and 4C. RGB value is (89,51,76). Sum of RGB (Red+Green+Blue) = 89+51+76=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #59334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59334C is #A6CCB3. Grayscale: #414141. Windows color (decimal): -10931380 or 4993881. OLE color: 4993881.

HSL color Cylindrical-coordinate representation of color #59334C: hue angle of 320.53º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59334C is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 51 76 -
CMYK 0 0.43 0.15 0.65
HSL 320.53º 0.27% 0.27% -
HSV(B) 320.53º 0.43% 0.35% -
XYZ 6.61 5.01 7.46 -
YUV 65.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 89 51 76 0 0.43 0.15 0.65 320.53 0.27 0.27
Hex 59 33 4C 0 2B F 41 141 1B 1B
Octal 131 63 114 0 53 17 101 501 33 33
Binary 1011001 110011 1001100 0 101011 1111 1000001 101000001 11011 11011

Color Harmonies of #59334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59334C

Black with #59334C

Text Example


Text Example

White with #59334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,51,76); }

 H1.HeaderClassName
 {
   color: #59334C;
 }
 .AnyTagClassName
 {
   color: #59334C;
 }
</style>

background-color css

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

 a { background-color: rgb(89,51,76); }

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

border-color css

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

 span { border-color: rgb(89,51,76); }

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