Html Css Color HEX #593053 Loulou

📋 copy color: '#593053'

red 89 ◦ green 48 ◦ blue 83

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

Shades of Loulou #593053

Tints of Loulou #593053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 40.45%
G = 21.82%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#593053 (or 0x593053) is known color: Loulou. HEX triplet: 59, 30 and 53. RGB value is (89,48,83). Sum of RGB (Red+Green+Blue) = 89+48+83=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #593053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593053 is #A6CFAC. Grayscale: #404040. Windows color (decimal): -10932141 or 5451865. OLE color: 5451865.

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

Color convert

RGB 89 48 83 -
CMYK 0 0.46 0.07 0.65
HSL 308.78º 0.3% 0.27% -
HSV(B) 308.78º 0.46% 0.35% -
XYZ 6.74 4.86 8.77 -
YUV 64.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 89 48 83 0 0.46 0.07 0.65 308.78 0.3 0.27
Hex 59 30 53 0 2E 7 41 135 1E 1B
Octal 131 60 123 0 56 7 101 465 36 33
Binary 1011001 110000 1010011 0 101110 111 1000001 100110101 11110 11011

Color Harmonies of #593053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593053

Black with #593053

Text Example


Text Example

White with #593053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593053; }

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

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

background-color css

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

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

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

border-color css

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

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

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