Html Css Color HEX #59354E Loulou

📋 copy color: '#59354E'

red 89 ◦ green 53 ◦ blue 78

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

Shades of Loulou #59354E

Tints of Loulou #59354E

RGB

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

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

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

R = 40.45%
G = 24.09%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59354E (or 0x59354E) is known color: Loulou. HEX triplet: 59, 35 and 4E. RGB value is (89,53,78). Sum of RGB (Red+Green+Blue) = 89+53+78=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #59354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59354E is #A6CAB1. Grayscale: #424242. Windows color (decimal): -10930866 or 5125465. OLE color: 5125465.

HSL color Cylindrical-coordinate representation of color #59354E: hue angle of 318.33º 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 #59354E is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 78 -
CMYK 0 0.40 0.12 0.65
HSL 318.33º 0.25% 0.28% -
HSV(B) 318.33º 0.4% 0.35% -
XYZ 6.77 5.22 7.86 -
YUV 66.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 89 53 78 0 0.40 0.12 0.65 318.33 0.25 0.28
Hex 59 35 4E 0 28 C 41 13E 19 1C
Octal 131 65 116 0 50 14 101 476 31 34
Binary 1011001 110101 1001110 0 101000 1100 1000001 100111110 11001 11100

Color Harmonies of #59354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59354E

Black with #59354E

Text Example


Text Example

White with #59354E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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