Html Css Color HEX #565253 Mortar

📋 copy color: '#565253'

red 86 ◦ green 82 ◦ blue 83

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

Shades of Mortar #565253

Tints of Mortar #565253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.67%

 BLUE value IS 83 (32.81% from 255) = 33.07%

R = 34.26%
G = 32.67%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#565253 (or 0x565253) is known color: Mortar. HEX triplet: 56, 52 and 53. RGB value is (86,82,83). Sum of RGB (Red+Green+Blue) = 86+82+83=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 86 - color contains mainly: red. Hex color #565253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565253 is #A9ADAC. Grayscale: #535353. Windows color (decimal): -11120045 or 5460566. OLE color: 5460566.

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

Color convert

RGB 86 82 83 -
CMYK 0 0.05 0.03 0.66
HSL 345º 0.02% 0.33% -
HSV(B) 345º 0.05% 0.34% -
XYZ 8.42 8.64 9.41 -
YUV 83.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 86 82 83 0 0.05 0.03 0.66 345 0.02 0.33
Hex 56 52 53 0 5 3 42 159 2 21
Octal 126 122 123 0 5 3 102 531 2 41
Binary 1010110 1010010 1010011 0 101 11 1000010 101011001 10 100001

Color Harmonies of #565253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565253

Black with #565253

Text Example


Text Example

White with #565253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565253; }

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

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

background-color css

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

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

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

border-color css

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

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

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