Html Css Color HEX #56384B Purple Taupe

📋 copy color: '#56384B'

red 86 ◦ green 56 ◦ blue 75

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

Shades of Purple Taupe #56384B

Tints of Purple Taupe #56384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.81%

 BLUE value IS 75 (29.69% from 255) = 34.56%

R = 39.63%
G = 25.81%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#56384B (or 0x56384B) is known color: Purple Taupe. HEX triplet: 56, 38 and 4B. RGB value is (86,56,75). Sum of RGB (Red+Green+Blue) = 86+56+75=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #56384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56384B is #A9C7B4. Grayscale: #434343. Windows color (decimal): -11126709 or 4929622. OLE color: 4929622.

HSL color Cylindrical-coordinate representation of color #56384B: hue angle of 322º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56384B is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 56 75 -
CMYK 0 0.35 0.13 0.66
HSL 322º 0.21% 0.28% -
HSV(B) 322º 0.35% 0.34% -
XYZ 6.52 5.31 7.34 -
YUV 67.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 86 56 75 0 0.35 0.13 0.66 322 0.21 0.28
Hex 56 38 4B 0 23 D 42 142 15 1C
Octal 126 70 113 0 43 15 102 502 25 34
Binary 1010110 111000 1001011 0 100011 1101 1000010 101000010 10101 11100

Color Harmonies of #56384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56384B

Black with #56384B

Text Example


Text Example

White with #56384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56384B; }

 p { color: rgb(86,56,75); }

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

background-color css

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

 a { background-color: rgb(86,56,75); }

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

border-color css

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

 span { border-color: rgb(86,56,75); }

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