Html Css Color HEX #554553 Purple Taupe

📋 copy color: '#554553'

red 85 ◦ green 69 ◦ blue 83

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

Shades of Purple Taupe #554553

Tints of Purple Taupe #554553

RGB

 RED value IS 85 (33.59% from 255) = 35.86%

 GREEN value IS 69 (27.34% from 255) = 29.11%

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

R = 35.86%
G = 29.11%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#554553 (or 0x554553) is known color: Purple Taupe. HEX triplet: 55, 45 and 53. RGB value is (85,69,83). Sum of RGB (Red+Green+Blue) = 85+69+83=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #554553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554553 is #AABAAC. Grayscale: #4B4B4B. Windows color (decimal): -11188909 or 5457237. OLE color: 5457237.

HSL color Cylindrical-coordinate representation of color #554553: hue angle of 307.5º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554553 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 69 83 -
CMYK 0 0.19 0.02 0.67
HSL 307.5º 0.1% 0.3% -
HSV(B) 307.5º 0.19% 0.33% -
XYZ 7.44 6.81 9.11 -
YUV 75.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 85 69 83 0 0.19 0.02 0.67 307.5 0.1 0.3
Hex 55 45 53 0 13 2 43 134 A 1E
Octal 125 105 123 0 23 2 103 464 12 36
Binary 1010101 1000101 1010011 0 10011 10 1000011 100110100 1010 11110

Color Harmonies of #554553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554553

Black with #554553

Text Example


Text Example

White with #554553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554553; }

 p { color: rgb(85,69,83); }

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

background-color css

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

 a { background-color: rgb(85,69,83); }

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

border-color css

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

 span { border-color: rgb(85,69,83); }

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