#59364B

Color #59364B Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #59364B

Tints of Loulou #59364B

Color information

#59364B (or 0x59364B) is unknown color: approx Loulou. HEX triplet: 59, 36 and 4B. RGB value is (89,54,75). Sum of RGB (Red+Green+Blue) = 89+54+75=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #59364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59364B is #A6C9B4. Grayscale: #424242. Windows color (decimal): -10930613 or 4929113. OLE color: 4929113.

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

Color convert

RGB895475-
CMYK00.390.160.65
HSL324º24.48%28.04%-
HSV(B)324º39.33%34.9%-
XYZ6.715.277.32-
YUV66.86132.6143.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.83%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=40.83%
G=24.77%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89547500.390.160.6532424.4828.04
Hex59364B0271041144181c
Octal13166113047201015043034
Binary1011001110110100101101001111000010000011010001001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59364B;
 }
 .AnyTagClassName
 {
   color: #59364B;
 }
</style>
background-color css

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

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

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

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

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

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