#517262

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

Shades of Como #517262

Tints of Como #517262

Color information

#517262 (or 0x517262) is unknown color: approx Como. HEX triplet: 51, 72 and 62. RGB value is (81,114,98). Sum of RGB (Red+Green+Blue) = 81+114+98=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #517262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517262 is #AE8D9D. Grayscale: #666666. Windows color (decimal): -11439518 or 6451793. OLE color: 6451793.

HSL color Cylindrical-coordinate representation of color #517262: hue angle of 150.91º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #517262 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB8111498-
CMYK0.2900.140.55
HSL150.91º16.92%38.24%-
HSV(B)150.91º28.95%44.71%-
XYZ11.6214.6713.77-
YUV102.31125.57112.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=27.65%
G=38.91%
B=33.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81114980.2900.140.55150.9116.9238.24
Hex5172621D0E37971126
Octal12116214235016672272146
Binary10100011110010110001011101011101101111001011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517262; }

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

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

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

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

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

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

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

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