Html Css Color HEX #517C5C Como

📋 copy color: '#517C5C'

red 81 ◦ green 124 ◦ blue 92

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

Shades of Como #517C5C

Tints of Como #517C5C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.75%

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 27.27%
G = 41.75%
B = 30.98%

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

#517C5C (or 0x517C5C) is known color: Como. HEX triplet: 51, 7C and 5C. RGB value is (81,124,92). Sum of RGB (Red+Green+Blue) = 81+124+92=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #517C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517C5C is #AE83A3. Grayscale: #6B6B6B. Windows color (decimal): -11436964 or 6061137. OLE color: 6061137.

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

Color convert

RGB 81 124 92 -
CMYK 0.35 0 0.26 0.51
HSL 135.35º 0.21% 0.4% -
HSV(B) 135.35º 0.35% 0.49% -
XYZ 12.53 16.94 12.73 -
YUV 107.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 81 124 92 0.35 0 0.26 0.51 135.35 0.21 0.4
Hex 51 7C 5C 23 0 1A 33 87 15 28
Octal 121 174 134 43 0 32 63 207 25 50
Binary 1010001 1111100 1011100 100011 0 11010 110011 10000111 10101 101000

Color Harmonies of #517C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C5C

Black with #517C5C

Text Example


Text Example

White with #517C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,124,92); }

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

background-color css

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

 a { background-color: rgb(81,124,92); }

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

border-color css

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

 span { border-color: rgb(81,124,92); }

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