#565150

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

Shades of Tundora #565150

Tints of Tundora #565150

Color information

#565150 (or 0x565150) is unknown color: approx Tundora. HEX triplet: 56, 51 and 50. RGB value is (86,81,80). Sum of RGB (Red+Green+Blue) = 86+81+80=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 86 - color contains mainly: red. Hex color #565150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565150 is #A9AEAF. Grayscale: #525252. Windows color (decimal): -11120304 or 5263702. OLE color: 5263702.

HSL color Cylindrical-coordinate representation of color #565150: hue angle of 10º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #565150 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB868180-
CMYK00.060.070.66
HSL10º3.61%32.55%-
HSV(B)10º6.98%33.73%-
XYZ8.238.448.79-
YUV82.38126.66130.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=34.82%
G=32.79%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86818000.060.070.66103.6132.55
Hex56515006742a421
Octal12612112006710212441
Binary101011010100011010000011011110000101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565150; }

 p { color: rgb(86,81,80); }

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

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

 a { background-color: rgb(86,81,80); }

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

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

 span { border-color: rgb(86,81,80); }

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