Html Css Color HEX #59304F Loulou

📋 copy color: '#59304F'

red 89 ◦ green 48 ◦ blue 79

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

Shades of Loulou #59304F

Tints of Loulou #59304F

RGB

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

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

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

R = 41.2%
G = 22.22%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59304F (or 0x59304F) is known color: Loulou. HEX triplet: 59, 30 and 4F. RGB value is (89,48,79). Sum of RGB (Red+Green+Blue) = 89+48+79=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #59304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59304F is #A6CFB0. Grayscale: #3F3F3F. Windows color (decimal): -10932145 or 5189721. OLE color: 5189721.

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

Color convert

RGB 89 48 79 -
CMYK 0 0.46 0.11 0.65
HSL 314.63º 0.3% 0.27% -
HSV(B) 314.63º 0.46% 0.35% -
XYZ 6.59 4.8 7.98 -
YUV 63.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 89 48 79 0 0.46 0.11 0.65 314.63 0.3 0.27
Hex 59 30 4F 0 2E B 41 13B 1E 1B
Octal 131 60 117 0 56 13 101 473 36 33
Binary 1011001 110000 1001111 0 101110 1011 1000001 100111011 11110 11011

Color Harmonies of #59304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59304F

Black with #59304F

Text Example


Text Example

White with #59304F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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