Html Css Color HEX #563350 Loulou

📋 copy color: '#563350'

red 86 ◦ green 51 ◦ blue 80

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

Shades of Loulou #563350

Tints of Loulou #563350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.5%

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 39.63%
G = 23.5%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#563350 (or 0x563350) is known color: Loulou. HEX triplet: 56, 33 and 50. RGB value is (86,51,80). Sum of RGB (Red+Green+Blue) = 86+51+80=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #563350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563350 is #A9CCAF. Grayscale: #404040. Windows color (decimal): -11127984 or 5256022. OLE color: 5256022.

HSL color Cylindrical-coordinate representation of color #563350: hue angle of 310.29º 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 #563350 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 51 80 -
CMYK 0 0.41 0.07 0.66
HSL 310.29º 0.26% 0.27% -
HSV(B) 310.29º 0.41% 0.34% -
XYZ 6.47 4.93 8.2 -
YUV 64.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 86 51 80 0 0.41 0.07 0.66 310.29 0.26 0.27
Hex 56 33 50 0 29 7 42 136 1A 1B
Octal 126 63 120 0 51 7 102 466 32 33
Binary 1010110 110011 1010000 0 101001 111 1000010 100110110 11010 11011

Color Harmonies of #563350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563350

Black with #563350

Text Example


Text Example

White with #563350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563350; }

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

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

background-color css

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

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

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

border-color css

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

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

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