Html Css Color HEX #564B4B Matterhorn

📋 copy color: '#564B4B'

red 86 ◦ green 75 ◦ blue 75

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

Shades of Matterhorn #564B4B

Tints of Matterhorn #564B4B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.78%

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 36.44%
G = 31.78%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#564B4B (or 0x564B4B) is known color: Matterhorn. HEX triplet: 56, 4B and 4B. RGB value is (86,75,75). Sum of RGB (Red+Green+Blue) = 86+75+75=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 86 - color contains mainly: red. Hex color #564B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B4B is #A9B4B4. Grayscale: #4E4E4E. Windows color (decimal): -11121845 or 4934486. OLE color: 4934486.

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

Color convert

RGB 86 75 75 -
CMYK 0 0.13 0.13 0.66
HSL 0.07% 0.32% -
HSV(B) 0.13% 0.34% -
XYZ 7.62 7.52 7.71 -
YUV 78.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 86 75 75 0 0.13 0.13 0.66 0 0.07 0.32
Hex 56 4B 4B 0 D D 42 0 7 20
Octal 126 113 113 0 15 15 102 0 7 40
Binary 1010110 1001011 1001011 0 1101 1101 1000010 0 111 100000

Color Harmonies of #564B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B4B

Black with #564B4B

Text Example


Text Example

White with #564B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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