#51816F

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

Shades of Cutty Sark #51816F

Tints of Cutty Sark #51816F

Color information

#51816F (or 0x51816F) is unknown color: approx Cutty Sark. HEX triplet: 51, 81 and 6F. RGB value is (81,129,111). Sum of RGB (Red+Green+Blue) = 81+129+111=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 129 - color contains mainly: green. Hex color #51816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51816F is #AE7E90. Grayscale: #707070. Windows color (decimal): -11435665 or 7307601. OLE color: 7307601.

HSL color Cylindrical-coordinate representation of color #51816F: hue angle of 157.5º 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 #51816F is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB81129111-
CMYK0.3700.140.49
HSL157.5º22.86%41.18%-
HSV(B)157.5º37.21%50.59%-
XYZ14.1118.617.88-
YUV112.6127.1105.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 129 (50.78% from 255) = 40.19%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=25.23%
G=40.19%
B=34.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291110.3700.140.49157.522.8641.18
Hex51816F250E319e1729
Octal12120115745016612362751
Binary1010001100000011101111100101011101100011001111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51816F; }

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

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

<style>
 a { background-color: #51816F; }

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

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

<style>
 span { border-color: #51816F; }

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

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