Html Css Color HEX #517D60 Como

📋 copy color: '#517D60'

red 81 ◦ green 125 ◦ blue 96

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

Shades of Como #517D60

Tints of Como #517D60

RGB

 RED value IS 81 (32.03% from 255) = 26.82%

 GREEN value IS 125 (49.22% from 255) = 41.39%

 BLUE value IS 96 (37.89% from 255) = 31.79%

R = 26.82%
G = 41.39%
B = 31.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#517D60 (or 0x517D60) is known color: Como. HEX triplet: 51, 7D and 60. RGB value is (81,125,96). Sum of RGB (Red+Green+Blue) = 81+125+96=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 125 - color contains mainly: green. Hex color #517D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517D60 is #AE829F. Grayscale: #6C6C6C. Windows color (decimal): -11436704 or 6323537. OLE color: 6323537.

HSL color Cylindrical-coordinate representation of color #517D60: hue angle of 140.45º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #517D60 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 125 96 -
CMYK 0.35 0 0.23 0.51
HSL 140.45º 0.21% 0.4% -
HSV(B) 140.45º 0.35% 0.49% -
XYZ 12.84 17.26 13.72 -
YUV 108.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 81 125 96 0.35 0 0.23 0.51 140.45 0.21 0.4
Hex 51 7D 60 23 0 17 33 8C 15 28
Octal 121 175 140 43 0 27 63 214 25 50
Binary 1010001 1111101 1100000 100011 0 10111 110011 10001100 10101 101000

Color Harmonies of #517D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517D60

Black with #517D60

Text Example


Text Example

White with #517D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517D60; }

 p { color: rgb(81,125,96); }

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

background-color css

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

 a { background-color: rgb(81,125,96); }

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

border-color css

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

 span { border-color: rgb(81,125,96); }

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