Html Css Color HEX #574F4F Matterhorn

📋 copy color: '#574F4F'

red 87 ◦ green 79 ◦ blue 79

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

Shades of Matterhorn #574F4F

Tints of Matterhorn #574F4F

RGB

 RED value IS 87 (34.38% from 255) = 35.51%

 GREEN value IS 79 (31.25% from 255) = 32.24%

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 35.51%
G = 32.24%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#574F4F (or 0x574F4F) is known color: Matterhorn. HEX triplet: 57, 4F and 4F. RGB value is (87,79,79). Sum of RGB (Red+Green+Blue) = 87+79+79=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 87 - color contains mainly: red. Hex color #574F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F4F is #A8B0B0. Grayscale: #515151. Windows color (decimal): -11055281 or 5197655. OLE color: 5197655.

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

Color convert

RGB 87 79 79 -
CMYK 0 0.09 0.09 0.66
HSL 0.05% 0.33% -
HSV(B) 0.09% 0.34% -
XYZ 8.14 8.18 8.55 -
YUV 81.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 87 79 79 0 0.09 0.09 0.66 0 0.05 0.33
Hex 57 4F 4F 0 9 9 42 0 5 21
Octal 127 117 117 0 11 11 102 0 5 41
Binary 1010111 1001111 1001111 0 1001 1001 1000010 0 101 100001

Color Harmonies of #574F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F4F

Black with #574F4F

Text Example


Text Example

White with #574F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574F4F; }

 p { color: rgb(87,79,79); }

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

background-color css

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

 a { background-color: rgb(87,79,79); }

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

border-color css

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

 span { border-color: rgb(87,79,79); }

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