#51895B

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

Shades of Como #51895B

Tints of Como #51895B

Color information

#51895B (or 0x51895B) is unknown color: approx Como. HEX triplet: 51, 89 and 5B. RGB value is (81,137,91). Sum of RGB (Red+Green+Blue) = 81+137+91=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #51895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51895B is #AE76A4. Grayscale: #737373. Windows color (decimal): -11433637 or 5998929. OLE color: 5998929.

HSL color Cylindrical-coordinate representation of color #51895B: hue angle of 130.71º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51895B is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB8113791-
CMYK0.4100.340.46
HSL130.71º25.69%42.75%-
HSV(B)130.71º40.88%53.73%-
XYZ14.2320.413.08-
YUV115.01114.45103.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=26.21%
G=44.34%
B=29.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81137910.4100.340.46130.7125.6942.75
Hex51895B290222E831a2b
Octal12121113351042562033253
Binary101000110001001101101110100101000101011101000001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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