Html Css Color HEX #59344E Loulou

📋 copy color: '#59344E'

red 89 ◦ green 52 ◦ blue 78

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

Shades of Loulou #59344E

Tints of Loulou #59344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.74%

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

R = 40.64%
G = 23.74%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59344E (or 0x59344E) is known color: Loulou. HEX triplet: 59, 34 and 4E. RGB value is (89,52,78). Sum of RGB (Red+Green+Blue) = 89+52+78=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #59344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59344E is #A6CBB1. Grayscale: #414141. Windows color (decimal): -10931122 or 5125209. OLE color: 5125209.

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

Color convert

RGB 89 52 78 -
CMYK 0 0.42 0.12 0.65
HSL 317.84º 0.26% 0.28% -
HSV(B) 317.84º 0.42% 0.35% -
XYZ 6.72 5.13 7.84 -
YUV 66.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 89 52 78 0 0.42 0.12 0.65 317.84 0.26 0.28
Hex 59 34 4E 0 2A C 41 13E 1A 1C
Octal 131 64 116 0 52 14 101 476 32 34
Binary 1011001 110100 1001110 0 101010 1100 1000001 100111110 11010 11100

Color Harmonies of #59344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59344E

Black with #59344E

Text Example


Text Example

White with #59344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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