Html Css Color HEX #592E52 Loulou

📋 copy color: '#592E52'

red 89 ◦ green 46 ◦ blue 82

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

Shades of Loulou #592E52

Tints of Loulou #592E52

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.2%

 BLUE value IS 82 (32.42% from 255) = 37.79%

R = 41.01%
G = 21.2%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#592E52 (or 0x592E52) is known color: Loulou. HEX triplet: 59, 2E and 52. RGB value is (89,46,82). Sum of RGB (Red+Green+Blue) = 89+46+82=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #592E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592E52 is #A6D1AD. Grayscale: #3E3E3E. Windows color (decimal): -10932654 or 5385817. OLE color: 5385817.

HSL color Cylindrical-coordinate representation of color #592E52: hue angle of 309.77º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #592E52 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 46 82 -
CMYK 0 0.48 0.08 0.65
HSL 309.77º 0.32% 0.26% -
HSV(B) 309.77º 0.48% 0.35% -
XYZ 6.62 4.69 8.54 -
YUV 62.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 89 46 82 0 0.48 0.08 0.65 309.77 0.32 0.26
Hex 59 2E 52 0 30 8 41 136 20 1A
Octal 131 56 122 0 60 10 101 466 40 32
Binary 1011001 101110 1010010 0 110000 1000 1000001 100110110 100000 11010

Color Harmonies of #592E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592E52

Black with #592E52

Text Example


Text Example

White with #592E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592E52; }

 p { color: rgb(89,46,82); }

 H1.HeaderClassName
 {
   color: #592E52;
 }
 .AnyTagClassName
 {
   color: #592E52;
 }
</style>

background-color css

<style>
 a { background-color: #592E52; }

 a { background-color: rgb(89,46,82); }

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

border-color css

<style>
 span { border-color: #592E52; }

 span { border-color: rgb(89,46,82); }

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