Html Css Color HEX #59344F Loulou

📋 copy color: '#59344F'

red 89 ◦ green 52 ◦ blue 79

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

Shades of Loulou #59344F

Tints of Loulou #59344F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 40.45%
G = 23.64%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59344F (or 0x59344F) is known color: Loulou. HEX triplet: 59, 34 and 4F. RGB value is (89,52,79). Sum of RGB (Red+Green+Blue) = 89+52+79=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #59344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59344F is #A6CBB0. Grayscale: #424242. Windows color (decimal): -10931121 or 5190745. OLE color: 5190745.

HSL color Cylindrical-coordinate representation of color #59344F: hue angle of 316.22º 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 #59344F is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 52 79 -
CMYK 0 0.42 0.11 0.65
HSL 316.22º 0.26% 0.28% -
HSV(B) 316.22º 0.42% 0.35% -
XYZ 6.76 5.14 8.03 -
YUV 66.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 89 52 79 0 0.42 0.11 0.65 316.22 0.26 0.28
Hex 59 34 4F 0 2A B 41 13C 1A 1C
Octal 131 64 117 0 52 13 101 474 32 34
Binary 1011001 110100 1001111 0 101010 1011 1000001 100111100 11010 11100

Color Harmonies of #59344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59344F

Black with #59344F

Text Example


Text Example

White with #59344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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