Html Css Color HEX #565051 Mortar

📋 copy color: '#565051'

red 86 ◦ green 80 ◦ blue 81

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

Shades of Mortar #565051

Tints of Mortar #565051

RGB

 RED value IS 86 (33.98% from 255) = 34.82%

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 34.82%
G = 32.39%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#565051 (or 0x565051) is known color: Mortar. HEX triplet: 56, 50 and 51. RGB value is (86,80,81). Sum of RGB (Red+Green+Blue) = 86+80+81=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 86 - color contains mainly: red. Hex color #565051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565051 is #A9AFAE. Grayscale: #515151. Windows color (decimal): -11120559 or 5328982. OLE color: 5328982.

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

Color convert

RGB 86 80 81 -
CMYK 0 0.07 0.06 0.66
HSL 350º 0.04% 0.33% -
HSV(B) 350º 0.07% 0.34% -
XYZ 8.19 8.31 8.96 -
YUV 81.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 86 80 81 0 0.07 0.06 0.66 350 0.04 0.33
Hex 56 50 51 0 7 6 42 15E 4 21
Octal 126 120 121 0 7 6 102 536 4 41
Binary 1010110 1010000 1010001 0 111 110 1000010 101011110 100 100001

Color Harmonies of #565051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565051

Black with #565051

Text Example


Text Example

White with #565051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565051; }

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

 H1.HeaderClassName
 {
   color: #565051;
 }
 .AnyTagClassName
 {
   color: #565051;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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