Html Css Color HEX #59304E Loulou

📋 copy color: '#59304E'

red 89 ◦ green 48 ◦ blue 78

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

Shades of Loulou #59304E

Tints of Loulou #59304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.33%

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

R = 41.4%
G = 22.33%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59304E (or 0x59304E) is known color: Loulou. HEX triplet: 59, 30 and 4E. RGB value is (89,48,78). Sum of RGB (Red+Green+Blue) = 89+48+78=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #59304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59304E is #A6CFB1. Grayscale: #3F3F3F. Windows color (decimal): -10932146 or 5124185. OLE color: 5124185.

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

Color convert

RGB 89 48 78 -
CMYK 0 0.46 0.12 0.65
HSL 316.1º 0.3% 0.27% -
HSV(B) 316.1º 0.46% 0.35% -
XYZ 6.55 4.79 7.79 -
YUV 63.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 89 48 78 0 0.46 0.12 0.65 316.1 0.3 0.27
Hex 59 30 4E 0 2E C 41 13C 1E 1B
Octal 131 60 116 0 56 14 101 474 36 33
Binary 1011001 110000 1001110 0 101110 1100 1000001 100111100 11110 11011

Color Harmonies of #59304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59304E

Black with #59304E

Text Example


Text Example

White with #59304E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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