Html Css Color HEX #554053 Purple Taupe

📋 copy color: '#554053'

red 85 ◦ green 64 ◦ blue 83

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

Shades of Purple Taupe #554053

Tints of Purple Taupe #554053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

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

R = 36.64%
G = 27.59%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#554053 (or 0x554053) is known color: Purple Taupe. HEX triplet: 55, 40 and 53. RGB value is (85,64,83). Sum of RGB (Red+Green+Blue) = 85+64+83=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #554053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554053 is #AABFAC. Grayscale: #484848. Windows color (decimal): -11190189 or 5455957. OLE color: 5455957.

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

Color convert

RGB 85 64 83 -
CMYK 0 0.25 0.02 0.67
HSL 305.71º 0.14% 0.29% -
HSV(B) 305.71º 0.25% 0.33% -
XYZ 7.14 6.22 9.01 -
YUV 72.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 85 64 83 0 0.25 0.02 0.67 305.71 0.14 0.29
Hex 55 40 53 0 19 2 43 132 E 1D
Octal 125 100 123 0 31 2 103 462 16 35
Binary 1010101 1000000 1010011 0 11001 10 1000011 100110010 1110 11101

Color Harmonies of #554053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554053

Black with #554053

Text Example


Text Example

White with #554053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554053; }

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

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

background-color css

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

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

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

border-color css

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

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

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