#62555D

Color #62555D Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #62555D

Tints of Liver #62555D

Color information

#62555D (or 0x62555D) is unknown color: approx Liver. HEX triplet: 62, 55 and 5D. RGB value is (98,85,93). Sum of RGB (Red+Green+Blue) = 98+85+93=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 98 - color contains mainly: red. Hex color #62555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62555D is #9DAAA2. Grayscale: #595959. Windows color (decimal): -10332835 or 6116706. OLE color: 6116706.

HSL color Cylindrical-coordinate representation of color #62555D: hue angle of 323.08º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #62555D is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB988593-
CMYK00.130.050.62
HSL323.08º7.1%35.88%-
HSV(B)323.08º13.27%38.43%-
XYZ10.269.8811.72-
YUV89.8129.81133.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 93 (36.72% from 255) = 33.70%
R=35.51%
G=30.80%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98859300.130.050.62323.087.135.88
Hex62555D0D53E143724
Octal142125135015576503744
Binary11000101010101101110101101101111110101000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62555D; }

 p { color: rgb(98,85,93); }

 H1.HeaderClassName
 {
   color: #62555D;
 }
 .AnyTagClassName
 {
   color: #62555D;
 }
</style>
background-color css

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

 a { background-color: rgb(98,85,93); }

 div.DivClassName
 {
   background-color: #62555D;
 }
 .BgClassName
 {
   background-color: #62555D;
 }
</style>
border-color css

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

 span { border-color: rgb(98,85,93); }

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