Html Css Color HEX #553F4B Liver

📋 copy color: '#553F4B'

red 85 ◦ green 63 ◦ blue 75

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

Shades of Liver #553F4B

Tints of Liver #553F4B

RGB

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

 GREEN value IS 63 (25% from 255) = 28.25%

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

R = 38.12%
G = 28.25%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#553F4B (or 0x553F4B) is known color: Liver. HEX triplet: 55, 3F and 4B. RGB value is (85,63,75). Sum of RGB (Red+Green+Blue) = 85+63+75=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #553F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F4B is #AAC0B4. Grayscale: #464646. Windows color (decimal): -11190453 or 4931413. OLE color: 4931413.

HSL color Cylindrical-coordinate representation of color #553F4B: hue angle of 327.27º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #553F4B is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 63 75 -
CMYK 0 0.26 0.12 0.67
HSL 327.27º 0.15% 0.29% -
HSV(B) 327.27º 0.26% 0.33% -
XYZ 6.79 5.99 7.46 -
YUV 70.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 85 63 75 0 0.26 0.12 0.67 327.27 0.15 0.29
Hex 55 3F 4B 0 1A C 43 147 F 1D
Octal 125 77 113 0 32 14 103 507 17 35
Binary 1010101 111111 1001011 0 11010 1100 1000011 101000111 1111 11101

Color Harmonies of #553F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F4B

Black with #553F4B

Text Example


Text Example

White with #553F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553F4B; }

 p { color: rgb(85,63,75); }

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

background-color css

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

 a { background-color: rgb(85,63,75); }

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

border-color css

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

 span { border-color: rgb(85,63,75); }

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