Html Css Color HEX #565250 Tundora

📋 copy color: '#565250'

red 86 ◦ green 82 ◦ blue 80

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

Shades of Tundora #565250

Tints of Tundora #565250

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 value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#565250 (or 0x565250) is known color: 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

RGB 86 82 80 -
CMYK 0 0.05 0.07 0.66
HSL 20º 0.04% 0.33% -
HSV(B) 20º 0.07% 0.34% -
XYZ 8.3 8.59 8.81 -
YUV 82.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 86 82 80 0 0.05 0.07 0.66 20 0.04 0.33
Hex 56 52 50 0 5 7 42 14 4 21
Octal 126 122 120 0 5 7 102 24 4 41
Binary 1010110 1010010 1010000 0 101 111 1000010 10100 100 100001

Color Harmonies of #565250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565250

Black with #565250

Text Example


Text Example

White with #565250

Text Example


Text Example

HTML Codes & Css Web 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>