Html Css Color HEX #56364C Loulou

📋 copy color: '#56364C'

red 86 ◦ green 54 ◦ blue 76

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

Shades of Loulou #56364C

Tints of Loulou #56364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25%

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

R = 39.81%
G = 25%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#56364C (or 0x56364C) is known color: Loulou. HEX triplet: 56, 36 and 4C. RGB value is (86,54,76). Sum of RGB (Red+Green+Blue) = 86+54+76=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #56364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56364C is #A9C9B3. Grayscale: #424242. Windows color (decimal): -11127220 or 4994646. OLE color: 4994646.

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

Color convert

RGB 86 54 76 -
CMYK 0 0.37 0.12 0.66
HSL 318.75º 0.23% 0.27% -
HSV(B) 318.75º 0.37% 0.34% -
XYZ 6.46 5.14 7.49 -
YUV 66.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 86 54 76 0 0.37 0.12 0.66 318.75 0.23 0.27
Hex 56 36 4C 0 25 C 42 13F 17 1B
Octal 126 66 114 0 45 14 102 477 27 33
Binary 1010110 110110 1001100 0 100101 1100 1000010 100111111 10111 11011

Color Harmonies of #56364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56364C

Black with #56364C

Text Example


Text Example

White with #56364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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