#56334A

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

Shades of Loulou #56334A

Tints of Loulou #56334A

Color information

#56334A (or 0x56334A) is unknown color: approx Loulou. HEX triplet: 56, 33 and 4A. RGB value is (86,51,74). Sum of RGB (Red+Green+Blue) = 86+51+74=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #56334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56334A is #A9CCB5. Grayscale: #404040. Windows color (decimal): -11127990 or 4862806. OLE color: 4862806.

HSL color Cylindrical-coordinate representation of color #56334A: hue angle of 320.57º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56334A is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB865174-
CMYK00.410.140.66
HSL320.57º25.55%26.86%-
HSV(B)320.57º40.7%33.73%-
XYZ6.264.847.08-
YUV64.09133.6143.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=40.76%
G=24.17%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86517400.410.140.66320.5725.5526.86
Hex56334A029E421411a1b
Octal12663112051161025013233
Binary101011011001110010100101001111010000101010000011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56334A; }

 p { color: rgb(86,51,74); }

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

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

 a { background-color: rgb(86,51,74); }

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

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

 span { border-color: rgb(86,51,74); }

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