#51895C

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

Shades of Como #51895C

Tints of Como #51895C

Color information

#51895C (or 0x51895C) is unknown color: approx Como. HEX triplet: 51, 89 and 5C. RGB value is (81,137,92). Sum of RGB (Red+Green+Blue) = 81+137+92=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #51895C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51895C is #AE76A3. Grayscale: #737373. Windows color (decimal): -11433636 or 6064465. OLE color: 6064465.

HSL color Cylindrical-coordinate representation of color #51895C: hue angle of 131.79º 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 #51895C is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB8113792-
CMYK0.4100.330.46
HSL131.79º25.69%42.75%-
HSV(B)131.79º40.88%53.73%-
XYZ14.2720.4113.31-
YUV115.13114.95103.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 137 (53.91% from 255) = 44.19%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=26.13%
G=44.19%
B=29.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81137920.4100.330.46131.7925.6942.75
Hex51895C290212E841a2b
Octal12121113451041562043253
Binary101000110001001101110010100101000011011101000010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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