Html Css Color HEX #554453 Purple Taupe

📋 copy color: '#554453'

red 85 ◦ green 68 ◦ blue 83

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

Shades of Purple Taupe #554453

Tints of Purple Taupe #554453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

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

R = 36.02%
G = 28.81%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#554453 (or 0x554453) is known color: Purple Taupe. HEX triplet: 55, 44 and 53. RGB value is (85,68,83). Sum of RGB (Red+Green+Blue) = 85+68+83=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #554453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554453 is #AABBAC. Grayscale: #4A4A4A. Windows color (decimal): -11189165 or 5456981. OLE color: 5456981.

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

Color convert

RGB 85 68 83 -
CMYK 0 0.20 0.02 0.67
HSL 307.06º 0.11% 0.3% -
HSV(B) 307.06º 0.2% 0.33% -
XYZ 7.37 6.69 9.09 -
YUV 74.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 85 68 83 0 0.20 0.02 0.67 307.06 0.11 0.3
Hex 55 44 53 0 14 2 43 133 B 1E
Octal 125 104 123 0 24 2 103 463 13 36
Binary 1010101 1000100 1010011 0 10100 10 1000011 100110011 1011 11110

Color Harmonies of #554453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554453

Black with #554453

Text Example


Text Example

White with #554453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554453; }

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

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

background-color css

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

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

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

border-color css

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

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

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