Html Css Color HEX #554A51 Liver

📋 copy color: '#554A51'

red 85 ◦ green 74 ◦ blue 81

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

Shades of Liver #554A51

Tints of Liver #554A51

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.83%

 BLUE value IS 81 (32.03% from 255) = 33.75%

R = 35.42%
G = 30.83%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#554A51 (or 0x554A51) is known color: Liver. HEX triplet: 55, 4A and 51. RGB value is (85,74,81). Sum of RGB (Red+Green+Blue) = 85+74+81=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 85 - color contains mainly: red. Hex color #554A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A51 is #AAB5AE. Grayscale: #4E4E4E. Windows color (decimal): -11187631 or 5327445. OLE color: 5327445.

HSL color Cylindrical-coordinate representation of color #554A51: hue angle of 321.82º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #554A51 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 74 81 -
CMYK 0 0.13 0.05 0.67
HSL 321.82º 0.07% 0.31% -
HSV(B) 321.82º 0.13% 0.33% -
XYZ 7.68 7.42 8.81 -
YUV 78.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 85 74 81 0 0.13 0.05 0.67 321.82 0.07 0.31
Hex 55 4A 51 0 D 5 43 142 7 1F
Octal 125 112 121 0 15 5 103 502 7 37
Binary 1010101 1001010 1010001 0 1101 101 1000011 101000010 111 11111

Color Harmonies of #554A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A51

Black with #554A51

Text Example


Text Example

White with #554A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554A51; }

 p { color: rgb(85,74,81); }

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

background-color css

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

 a { background-color: rgb(85,74,81); }

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

border-color css

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

 span { border-color: rgb(85,74,81); }

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