Html Css Color HEX #59334E Loulou

📋 copy color: '#59334E'

red 89 ◦ green 51 ◦ blue 78

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

Shades of Loulou #59334E

Tints of Loulou #59334E

RGB

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

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

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

R = 40.83%
G = 23.39%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59334E (or 0x59334E) is known color: Loulou. HEX triplet: 59, 33 and 4E. RGB value is (89,51,78). Sum of RGB (Red+Green+Blue) = 89+51+78=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #59334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59334E is #A6CCB1. Grayscale: #414141. Windows color (decimal): -10931378 or 5124953. OLE color: 5124953.

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

Color convert

RGB 89 51 78 -
CMYK 0 0.43 0.12 0.65
HSL 317.37º 0.27% 0.27% -
HSV(B) 317.37º 0.43% 0.35% -
XYZ 6.68 5.04 7.83 -
YUV 65.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 89 51 78 0 0.43 0.12 0.65 317.37 0.27 0.27
Hex 59 33 4E 0 2B C 41 13D 1B 1B
Octal 131 63 116 0 53 14 101 475 33 33
Binary 1011001 110011 1001110 0 101011 1100 1000001 100111101 11011 11011

Color Harmonies of #59334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59334E

Black with #59334E

Text Example


Text Example

White with #59334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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