Html Css Color HEX #56374C Loulou

📋 copy color: '#56374C'

red 86 ◦ green 55 ◦ blue 76

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

Shades of Loulou #56374C

Tints of Loulou #56374C

RGB

 RED value IS 86 (33.98% from 255) = 39.63%

 GREEN value IS 55 (21.88% from 255) = 25.35%

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 39.63%
G = 25.35%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#56374C (or 0x56374C) is known color: Loulou. HEX triplet: 56, 37 and 4C. RGB value is (86,55,76). Sum of RGB (Red+Green+Blue) = 86+55+76=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #56374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56374C is #A9C8B3. Grayscale: #424242. Windows color (decimal): -11126964 or 4994902. OLE color: 4994902.

HSL color Cylindrical-coordinate representation of color #56374C: hue angle of 319.35º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56374C is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 55 76 -
CMYK 0 0.36 0.12 0.66
HSL 319.35º 0.22% 0.28% -
HSV(B) 319.35º 0.36% 0.34% -
XYZ 6.51 5.23 7.5 -
YUV 66.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 86 55 76 0 0.36 0.12 0.66 319.35 0.22 0.28
Hex 56 37 4C 0 24 C 42 13F 16 1C
Octal 126 67 114 0 44 14 102 477 26 34
Binary 1010110 110111 1001100 0 100100 1100 1000010 100111111 10110 11100

Color Harmonies of #56374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56374C

Black with #56374C

Text Example


Text Example

White with #56374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56374C; }

 p { color: rgb(86,55,76); }

 H1.HeaderClassName
 {
   color: #56374C;
 }
 .AnyTagClassName
 {
   color: #56374C;
 }
</style>

background-color css

<style>
 a { background-color: #56374C; }

 a { background-color: rgb(86,55,76); }

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

border-color css

<style>
 span { border-color: #56374C; }

 span { border-color: rgb(86,55,76); }

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