Html Css Color HEX #59354B Loulou

📋 copy color: '#59354B'

red 89 ◦ green 53 ◦ blue 75

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

Shades of Loulou #59354B

Tints of Loulou #59354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.42%

 BLUE value IS 75 (29.69% from 255) = 34.56%

R = 41.01%
G = 24.42%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59354B (or 0x59354B) is known color: Loulou. HEX triplet: 59, 35 and 4B. RGB value is (89,53,75). Sum of RGB (Red+Green+Blue) = 89+53+75=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #59354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59354B is #A6CAB4. Grayscale: #424242. Windows color (decimal): -10930869 or 4928857. OLE color: 4928857.

HSL color Cylindrical-coordinate representation of color #59354B: hue angle of 323.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59354B is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 75 -
CMYK 0 0.40 0.16 0.65
HSL 323.33º 0.25% 0.28% -
HSV(B) 323.33º 0.4% 0.35% -
XYZ 6.66 5.18 7.3 -
YUV 66.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 89 53 75 0 0.40 0.16 0.65 323.33 0.25 0.28
Hex 59 35 4B 0 28 10 41 143 19 1C
Octal 131 65 113 0 50 20 101 503 31 34
Binary 1011001 110101 1001011 0 101000 10000 1000001 101000011 11001 11100

Color Harmonies of #59354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59354B

Black with #59354B

Text Example


Text Example

White with #59354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59354B; }

 p { color: rgb(89,53,75); }

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

background-color css

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

 a { background-color: rgb(89,53,75); }

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

border-color css

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

 span { border-color: rgb(89,53,75); }

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