Html Css Color HEX #57504C Tundora

📋 copy color: '#57504C'

red 87 ◦ green 80 ◦ blue 76

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

Shades of Tundora #57504C

Tints of Tundora #57504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.28%

R = 35.8%
G = 32.92%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#57504C (or 0x57504C) is known color: Tundora. HEX triplet: 57, 50 and 4C. RGB value is (87,80,76). Sum of RGB (Red+Green+Blue) = 87+80+76=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 87 - color contains mainly: red. Hex color #57504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57504C is #A8AFB3. Grayscale: #515151. Windows color (decimal): -11055028 or 5001303. OLE color: 5001303.

HSL color Cylindrical-coordinate representation of color #57504C: hue angle of 21.82º 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 #57504C is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 80 76 -
CMYK 0 0.08 0.13 0.66
HSL 21.82º 0.07% 0.32% -
HSV(B) 21.82º 0.13% 0.34% -
XYZ 8.1 8.29 8.01 -
YUV 81.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 87 80 76 0 0.08 0.13 0.66 21.82 0.07 0.32
Hex 57 50 4C 0 8 D 42 16 7 20
Octal 127 120 114 0 10 15 102 26 7 40
Binary 1010111 1010000 1001100 0 1000 1101 1000010 10110 111 100000

Color Harmonies of #57504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57504C

Black with #57504C

Text Example


Text Example

White with #57504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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