Html Css Color HEX #517D5D Como

📋 copy color: '#517D5D'

red 81 ◦ green 125 ◦ blue 93

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

Shades of Como #517D5D

Tints of Como #517D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 27.09%
G = 41.81%
B = 31.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#517D5D (or 0x517D5D) is known color: Como. HEX triplet: 51, 7D and 5D. RGB value is (81,125,93). Sum of RGB (Red+Green+Blue) = 81+125+93=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 125 - color contains mainly: green. Hex color #517D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517D5D is #AE82A2. Grayscale: #6C6C6C. Windows color (decimal): -11436707 or 6126929. OLE color: 6126929.

HSL color Cylindrical-coordinate representation of color #517D5D: hue angle of 136.36º 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 #517D5D is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 125 93 -
CMYK 0.35 0 0.26 0.51
HSL 136.36º 0.21% 0.4% -
HSV(B) 136.36º 0.35% 0.49% -
XYZ 12.7 17.21 13.01 -
YUV 108.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 81 125 93 0.35 0 0.26 0.51 136.36 0.21 0.4
Hex 51 7D 5D 23 0 1A 33 88 15 28
Octal 121 175 135 43 0 32 63 210 25 50
Binary 1010001 1111101 1011101 100011 0 11010 110011 10001000 10101 101000

Color Harmonies of #517D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517D5D

Black with #517D5D

Text Example


Text Example

White with #517D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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