#517261

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

Shades of Como #517261

Tints of Como #517261

Color information

#517261 (or 0x517261) is unknown color: approx Como. HEX triplet: 51, 72 and 61. RGB value is (81,114,97). Sum of RGB (Red+Green+Blue) = 81+114+97=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #517261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517261 is #AE8D9E. Grayscale: #666666. Windows color (decimal): -11439519 or 6386257. OLE color: 6386257.

HSL color Cylindrical-coordinate representation of color #517261: hue angle of 149.09º 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 #517261 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB8111497-
CMYK0.2900.150.55
HSL149.09º16.92%38.24%-
HSV(B)149.09º28.95%44.71%-
XYZ11.5714.6513.53-
YUV102.2125.07112.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=27.74%
G=39.04%
B=33.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81114970.2900.150.55149.0916.9238.24
Hex5172611D0F37951126
Octal12116214135017672252146
Binary10100011110010110000111101011111101111001010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517261; }

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

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

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

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

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

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

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

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