#51725B

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

Shades of Como #51725B

Tints of Como #51725B

Color information

#51725B (or 0x51725B) is unknown color: approx Como. HEX triplet: 51, 72 and 5B. RGB value is (81,114,91). Sum of RGB (Red+Green+Blue) = 81+114+91=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #51725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51725B is #AE8DA4. Grayscale: #656565. Windows color (decimal): -11439525 or 5993041. OLE color: 5993041.

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

Color convert

RGB8111491-
CMYK0.2900.200.55
HSL138.18º16.92%38.24%-
HSV(B)138.18º28.95%44.71%-
XYZ11.314.5412.11-
YUV101.51122.07113.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=28.32%
G=39.86%
B=31.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81114910.2900.200.55138.1816.9238.24
Hex51725B1D014378a1126
Octal12116213335024672122146
Binary101000111100101011011111010101001101111000101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51725B; }

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

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

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

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

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

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

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

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