#565250

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

Shades of Tundora #565250

Tints of Tundora #565250

Color information

#565250 (or 0x565250) is unknown color: approx Tundora. HEX triplet: 56, 52 and 50. RGB value is (86,82,80). Sum of RGB (Red+Green+Blue) = 86+82+80=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 86 - color contains mainly: red. Hex color #565250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565250 is #A9ADAF. Grayscale: #525252. Windows color (decimal): -11120048 or 5263958. OLE color: 5263958.

HSL color Cylindrical-coordinate representation of color #565250: hue angle of 20º 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 #565250 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB868280-
CMYK00.050.070.66
HSL20º3.61%32.55%-
HSV(B)20º6.98%33.73%-
XYZ8.38.598.81-
YUV82.97126.33130.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=34.68%
G=33.06%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86828000.050.070.66203.6132.55
Hex5652500574214421
Octal12612212005710224441
Binary1010110101001010100000101111100001010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565250; }

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

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

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

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

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

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

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

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