#51815C

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

Shades of Como #51815C

Tints of Como #51815C

Color information

#51815C (or 0x51815C) is unknown color: approx Como. HEX triplet: 51, 81 and 5C. RGB value is (81,129,92). Sum of RGB (Red+Green+Blue) = 81+129+92=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #51815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51815C is #AE7EA3. Grayscale: #6E6E6E. Windows color (decimal): -11435684 or 6062417. OLE color: 6062417.

HSL color Cylindrical-coordinate representation of color #51815C: hue angle of 133.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51815C is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB8112992-
CMYK0.3700.290.49
HSL133.75º22.86%41.18%-
HSV(B)133.75º37.21%50.59%-
XYZ13.1818.2212.95-
YUV110.43117.6107.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=26.82%
G=42.72%
B=30.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81129920.3700.290.49133.7522.8641.18
Hex51815C2501D31861729
Octal12120113445035612062751
Binary10100011000000110111001001010111011100011000011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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