Html Css Color HEX #565152 Mortar

📋 copy color: '#565152'

red 86 ◦ green 81 ◦ blue 82

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

Shades of Mortar #565152

Tints of Mortar #565152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

 BLUE value IS 82 (32.42% from 255) = 32.93%

R = 34.54%
G = 32.53%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#565152 (or 0x565152) is known color: Mortar. HEX triplet: 56, 51 and 52. RGB value is (86,81,82). Sum of RGB (Red+Green+Blue) = 86+81+82=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 86 - color contains mainly: red. Hex color #565152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565152 is #A9AEAD. Grayscale: #525252. Windows color (decimal): -11120302 or 5394774. OLE color: 5394774.

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

Color convert

RGB 86 81 82 -
CMYK 0 0.06 0.05 0.66
HSL 348º 0.03% 0.33% -
HSV(B) 348º 0.06% 0.34% -
XYZ 8.3 8.47 9.18 -
YUV 82.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 86 81 82 0 0.06 0.05 0.66 348 0.03 0.33
Hex 56 51 52 0 6 5 42 15C 3 21
Octal 126 121 122 0 6 5 102 534 3 41
Binary 1010110 1010001 1010010 0 110 101 1000010 101011100 11 100001

Color Harmonies of #565152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565152

Black with #565152

Text Example


Text Example

White with #565152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565152; }

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

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

background-color css

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

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

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

border-color css

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

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

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