#517C5C

Color #517C5C Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #517C5C

Tints of Como #517C5C

Color information

#517C5C (or 0x517C5C) is unknown color: approx 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

RGB8112492-
CMYK0.3500.260.51
HSL135.35º20.98%40.2%-
HSV(B)135.35º34.68%48.63%-
XYZ12.5316.9412.73-
YUV107.49119.25109.1-

RGB Variations

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

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 (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81124920.3500.260.51135.3520.9840.2
Hex517C5C2301A33871528
Octal12117413443032632072550
Binary1010001111110010111001000110110101100111000011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>