#517B62

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

Shades of Como #517B62

Tints of Como #517B62

Color information

#517B62 (or 0x517B62) is unknown color: approx Como. HEX triplet: 51, 7B and 62. RGB value is (81,123,98). Sum of RGB (Red+Green+Blue) = 81+123+98=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 123 - color contains mainly: green. Hex color #517B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517B62 is #AE849D. Grayscale: #6B6B6B. Windows color (decimal): -11437214 or 6454097. OLE color: 6454097.

HSL color Cylindrical-coordinate representation of color #517B62: hue angle of 144.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #517B62 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB8112398-
CMYK0.3400.200.52
HSL144.29º20.59%40%-
HSV(B)144.29º34.15%48.24%-
XYZ12.6816.814.13-
YUV107.59122.59109.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 123 (48.44% from 255) = 40.73%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=26.82%
G=40.73%
B=32.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81123980.3400.200.52144.2920.5940
Hex517B622201434901528
Octal12117314242024642202550
Binary1010001111101111000101000100101001101001001000010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #517B62;
 }
 .AnyTagClassName
 {
   color: #517B62;
 }
</style>
background-color css

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

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

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

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

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

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