Html Css Color HEX #517E62 Como

📋 copy color: '#517E62'

red 81 ◦ green 126 ◦ blue 98

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

Shades of Como #517E62

Tints of Como #517E62

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.31%

 BLUE value IS 98 (38.67% from 255) = 32.13%

R = 26.56%
G = 41.31%
B = 32.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#517E62 (or 0x517E62) is known color: Como. HEX triplet: 51, 7E and 62. RGB value is (81,126,98). Sum of RGB (Red+Green+Blue) = 81+126+98=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #517E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E62 is #AE819D. Grayscale: #6D6D6D. Windows color (decimal): -11436446 or 6454865. OLE color: 6454865.

HSL color Cylindrical-coordinate representation of color #517E62: hue angle of 142.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517E62 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 126 98 -
CMYK 0.36 0 0.22 0.51
HSL 142.67º 0.22% 0.41% -
HSV(B) 142.67º 0.36% 0.49% -
XYZ 13.06 17.55 14.26 -
YUV 109.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 81 126 98 0.36 0 0.22 0.51 142.67 0.22 0.41
Hex 51 7E 62 24 0 16 33 8F 16 29
Octal 121 176 142 44 0 26 63 217 26 51
Binary 1010001 1111110 1100010 100100 0 10110 110011 10001111 10110 101001

Color Harmonies of #517E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517E62

Black with #517E62

Text Example


Text Example

White with #517E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,126,98); }

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

background-color css

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

 a { background-color: rgb(81,126,98); }

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

border-color css

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

 span { border-color: rgb(81,126,98); }

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