Html Css Color HEX #563453 Purple Taupe

📋 copy color: '#563453'

red 86 ◦ green 52 ◦ blue 83

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

Shades of Purple Taupe #563453

Tints of Purple Taupe #563453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

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

R = 38.91%
G = 23.53%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#563453 (or 0x563453) is known color: Purple Taupe. HEX triplet: 56, 34 and 53. RGB value is (86,52,83). Sum of RGB (Red+Green+Blue) = 86+52+83=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #563453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563453 is #A9CBAC. Grayscale: #414141. Windows color (decimal): -11127725 or 5452886. OLE color: 5452886.

HSL color Cylindrical-coordinate representation of color #563453: hue angle of 305.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #563453 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 52 83 -
CMYK 0 0.40 0.03 0.66
HSL 305.29º 0.25% 0.27% -
HSV(B) 305.29º 0.4% 0.34% -
XYZ 6.63 5.06 8.81 -
YUV 65.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 86 52 83 0 0.40 0.03 0.66 305.29 0.25 0.27
Hex 56 34 53 0 28 3 42 131 19 1B
Octal 126 64 123 0 50 3 102 461 31 33
Binary 1010110 110100 1010011 0 101000 11 1000010 100110001 11001 11011

Color Harmonies of #563453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563453

Black with #563453

Text Example


Text Example

White with #563453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563453; }

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

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

background-color css

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

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

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

border-color css

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

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

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