Html Css Color HEX #592E53 Loulou

📋 copy color: '#592E53'

red 89 ◦ green 46 ◦ blue 83

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

Shades of Loulou #592E53

Tints of Loulou #592E53

RGB

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

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

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

R = 40.83%
G = 21.1%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#592E53 (or 0x592E53) is known color: Loulou. HEX triplet: 59, 2E and 53. RGB value is (89,46,83). Sum of RGB (Red+Green+Blue) = 89+46+83=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #592E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592E53 is #A6D1AC. Grayscale: #3E3E3E. Windows color (decimal): -10932653 or 5451353. OLE color: 5451353.

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

Color convert

RGB 89 46 83 -
CMYK 0 0.48 0.07 0.65
HSL 308.37º 0.32% 0.26% -
HSV(B) 308.37º 0.48% 0.35% -
XYZ 6.66 4.7 8.74 -
YUV 63.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 89 46 83 0 0.48 0.07 0.65 308.37 0.32 0.26
Hex 59 2E 53 0 30 7 41 134 20 1A
Octal 131 56 123 0 60 7 101 464 40 32
Binary 1011001 101110 1010011 0 110000 111 1000001 100110100 100000 11010

Color Harmonies of #592E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592E53

Black with #592E53

Text Example


Text Example

White with #592E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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