Html Css Color HEX #592D4E Loulou

📋 copy color: '#592D4E'

red 89 ◦ green 45 ◦ blue 78

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

Shades of Loulou #592D4E

Tints of Loulou #592D4E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.23%

 BLUE value IS 78 (30.86% from 255) = 36.79%

R = 41.98%
G = 21.23%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#592D4E (or 0x592D4E) is known color: Loulou. HEX triplet: 59, 2D and 4E. RGB value is (89,45,78). Sum of RGB (Red+Green+Blue) = 89+45+78=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #592D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592D4E is #A6D2B1. Grayscale: #3D3D3D. Windows color (decimal): -10932914 or 5123417. OLE color: 5123417.

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

Color convert

RGB 89 45 78 -
CMYK 0 0.49 0.12 0.65
HSL 315º 0.33% 0.26% -
HSV(B) 315º 0.49% 0.35% -
XYZ 6.43 4.55 7.75 -
YUV 61.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 89 45 78 0 0.49 0.12 0.65 315 0.33 0.26
Hex 59 2D 4E 0 31 C 41 13B 21 1A
Octal 131 55 116 0 61 14 101 473 41 32
Binary 1011001 101101 1001110 0 110001 1100 1000001 100111011 100001 11010

Color Harmonies of #592D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592D4E

Black with #592D4E

Text Example


Text Example

White with #592D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,45,78); }

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

background-color css

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

 a { background-color: rgb(89,45,78); }

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

border-color css

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

 span { border-color: rgb(89,45,78); }

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