Html Css Color HEX #59354C Loulou

📋 copy color: '#59354C'

red 89 ◦ green 53 ◦ blue 76

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

Shades of Loulou #59354C

Tints of Loulou #59354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.31%

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

R = 40.83%
G = 24.31%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59354C (or 0x59354C) is known color: Loulou. HEX triplet: 59, 35 and 4C. RGB value is (89,53,76). Sum of RGB (Red+Green+Blue) = 89+53+76=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #59354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59354C is #A6CAB3. Grayscale: #424242. Windows color (decimal): -10930868 or 4994393. OLE color: 4994393.

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

Color convert

RGB 89 53 76 -
CMYK 0 0.40 0.15 0.65
HSL 321.67º 0.25% 0.28% -
HSV(B) 321.67º 0.4% 0.35% -
XYZ 6.7 5.19 7.49 -
YUV 66.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 89 53 76 0 0.40 0.15 0.65 321.67 0.25 0.28
Hex 59 35 4C 0 28 F 41 142 19 1C
Octal 131 65 114 0 50 17 101 502 31 34
Binary 1011001 110101 1001100 0 101000 1111 1000001 101000010 11001 11100

Color Harmonies of #59354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59354C

Black with #59354C

Text Example


Text Example

White with #59354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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