Html Css Color HEX #57504D Tundora

📋 copy color: '#57504D'

red 87 ◦ green 80 ◦ blue 77

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

Shades of Tundora #57504D

Tints of Tundora #57504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

 BLUE value IS 77 (30.47% from 255) = 31.56%

R = 35.66%
G = 32.79%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#57504D (or 0x57504D) is known color: Tundora. HEX triplet: 57, 50 and 4D. RGB value is (87,80,77). Sum of RGB (Red+Green+Blue) = 87+80+77=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 87 - color contains mainly: red. Hex color #57504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57504D is #A8AFB2. Grayscale: #515151. Windows color (decimal): -11055027 or 5066839. OLE color: 5066839.

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

Color convert

RGB 87 80 77 -
CMYK 0 0.08 0.11 0.66
HSL 18º 0.06% 0.32% -
HSV(B) 18º 0.11% 0.34% -
XYZ 8.14 8.3 8.19 -
YUV 81.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 87 80 77 0 0.08 0.11 0.66 18 0.06 0.32
Hex 57 50 4D 0 8 B 42 12 6 20
Octal 127 120 115 0 10 13 102 22 6 40
Binary 1010111 1010000 1001101 0 1000 1011 1000010 10010 110 100000

Color Harmonies of #57504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57504D

Black with #57504D

Text Example


Text Example

White with #57504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57504D; }

 p { color: rgb(87,80,77); }

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

background-color css

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

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

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

border-color css

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

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

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