Html Css Color HEX #593052 Loulou

📋 copy color: '#593052'

red 89 ◦ green 48 ◦ blue 82

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

Shades of Loulou #593052

Tints of Loulou #593052

RGB

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

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

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

R = 40.64%
G = 21.92%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#593052 (or 0x593052) is known color: Loulou. HEX triplet: 59, 30 and 52. RGB value is (89,48,82). Sum of RGB (Red+Green+Blue) = 89+48+82=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #593052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593052 is #A6CFAD. Grayscale: #404040. Windows color (decimal): -10932142 or 5386329. OLE color: 5386329.

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

Color convert

RGB 89 48 82 -
CMYK 0 0.46 0.08 0.65
HSL 310.24º 0.3% 0.27% -
HSV(B) 310.24º 0.46% 0.35% -
XYZ 6.7 4.85 8.57 -
YUV 64.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 89 48 82 0 0.46 0.08 0.65 310.24 0.3 0.27
Hex 59 30 52 0 2E 8 41 136 1E 1B
Octal 131 60 122 0 56 10 101 466 36 33
Binary 1011001 110000 1010010 0 101110 1000 1000001 100110110 11110 11011

Color Harmonies of #593052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593052

Black with #593052

Text Example


Text Example

White with #593052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593052; }

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

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

background-color css

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

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

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

border-color css

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

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

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