Html Css Color HEX #563053 Loulou

📋 copy color: '#563053'

red 86 ◦ green 48 ◦ blue 83

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

Shades of Loulou #563053

Tints of Loulou #563053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.12%

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 39.63%
G = 22.12%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#563053 (or 0x563053) is known color: Loulou. HEX triplet: 56, 30 and 53. RGB value is (86,48,83). Sum of RGB (Red+Green+Blue) = 86+48+83=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #563053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563053 is #A9CFAC. Grayscale: #3F3F3F. Windows color (decimal): -11128749 or 5451862. OLE color: 5451862.

HSL color Cylindrical-coordinate representation of color #563053: hue angle of 304.74º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #563053 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 48 83 -
CMYK 0 0.44 0.03 0.66
HSL 304.74º 0.28% 0.26% -
HSV(B) 304.74º 0.44% 0.34% -
XYZ 6.46 4.72 8.75 -
YUV 63.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 86 48 83 0 0.44 0.03 0.66 304.74 0.28 0.26
Hex 56 30 53 0 2C 3 42 131 1C 1A
Octal 126 60 123 0 54 3 102 461 34 32
Binary 1010110 110000 1010011 0 101100 11 1000010 100110001 11100 11010

Color Harmonies of #563053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563053

Black with #563053

Text Example


Text Example

White with #563053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563053; }

 p { color: rgb(86,48,83); }

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

background-color css

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

 a { background-color: rgb(86,48,83); }

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

border-color css

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

 span { border-color: rgb(86,48,83); }

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