#62535C

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

Shades of Liver #62535C

Tints of Liver #62535C

Color information

#62535C (or 0x62535C) is unknown color: approx Liver. HEX triplet: 62, 53 and 5C. RGB value is (98,83,92). Sum of RGB (Red+Green+Blue) = 98+83+92=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 98 - color contains mainly: red. Hex color #62535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62535C is #9DACA3. Grayscale: #585858. Windows color (decimal): -10333348 or 6050658. OLE color: 6050658.

HSL color Cylindrical-coordinate representation of color #62535C: hue angle of 324º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #62535C is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB988392-
CMYK00.150.060.62
HSL324º8.29%35.49%-
HSV(B)324º15.31%38.43%-
XYZ10.069.5611.44-
YUV88.51129.97134.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.90%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=35.90%
G=30.40%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98839200.150.060.623248.2935.49
Hex62535C0F63E144823
Octal1421231340176765041043
Binary110001010100111011100011111101111101010001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62535C; }

 p { color: rgb(98,83,92); }

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

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

 a { background-color: rgb(98,83,92); }

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

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

 span { border-color: rgb(98,83,92); }

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