Html Css Color HEX #565353 Matterhorn

📋 copy color: '#565353'

red 86 ◦ green 83 ◦ blue 83

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

Shades of Matterhorn #565353

Tints of Matterhorn #565353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

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

R = 34.13%
G = 32.94%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#565353 (or 0x565353) is known color: Matterhorn. HEX triplet: 56, 53 and 53. RGB value is (86,83,83). Sum of RGB (Red+Green+Blue) = 86+83+83=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 86 - color contains mainly: red. Hex color #565353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565353 is #A9ACAC. Grayscale: #535353. Windows color (decimal): -11119789 or 5460822. OLE color: 5460822.

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

Color convert

RGB 86 83 83 -
CMYK 0 0.03 0.03 0.66
HSL 0.02% 0.33% -
HSV(B) 0.03% 0.34% -
XYZ 8.49 8.79 9.43 -
YUV 83.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 86 83 83 0 0.03 0.03 0.66 0 0.02 0.33
Hex 56 53 53 0 3 3 42 0 2 21
Octal 126 123 123 0 3 3 102 0 2 41
Binary 1010110 1010011 1010011 0 11 11 1000010 0 10 100001

Color Harmonies of #565353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565353

Black with #565353

Text Example


Text Example

White with #565353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565353; }

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

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

background-color css

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

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

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

border-color css

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

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

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