#51856D

Color #51856D Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #51856D

Tints of Cutty Sark #51856D

Color information

#51856D (or 0x51856D) is unknown color: approx Cutty Sark. HEX triplet: 51, 85 and 6D. RGB value is (81,133,109). Sum of RGB (Red+Green+Blue) = 81+133+109=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #51856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51856D is #AE7A92. Grayscale: #727272. Windows color (decimal): -11434643 or 7177553. OLE color: 7177553.

HSL color Cylindrical-coordinate representation of color #51856D: hue angle of 152.31º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #51856D is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB81133109-
CMYK0.3900.180.48
HSL152.31º24.3%41.96%-
HSV(B)152.31º39.1%52.16%-
XYZ14.5419.6317.49-
YUV114.72124.77103.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=25.08%
G=41.18%
B=33.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811331090.3900.180.48152.3124.341.96
Hex51856D270123098182a
Octal12120515547022602303052
Binary10100011000010111011011001110100101100001001100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51856D; }

 p { color: rgb(81,133,109); }

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

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

 a { background-color: rgb(81,133,109); }

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

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

 span { border-color: rgb(81,133,109); }

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