#51806E

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

Shades of Cutty Sark #51806E

Tints of Cutty Sark #51806E

Color information

#51806E (or 0x51806E) is unknown color: approx Cutty Sark. HEX triplet: 51, 80 and 6E. RGB value is (81,128,110). Sum of RGB (Red+Green+Blue) = 81+128+110=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #51806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51806E is #AE7F91. Grayscale: #6F6F6F. Windows color (decimal): -11435922 or 7241809. OLE color: 7241809.

HSL color Cylindrical-coordinate representation of color #51806E: hue angle of 157.02º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51806E is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB81128110-
CMYK0.3700.140.50
HSL157.02º22.49%40.98%-
HSV(B)157.02º36.72%50.2%-
XYZ13.9318.3117.55-
YUV111.9126.93105.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=25.39%
G=40.13%
B=34.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811281100.3700.140.50157.0222.4940.98
Hex51806E250E329d1629
Octal12120015645016622352651
Binary1010001100000001101110100101011101100101001110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51806E; }

 p { color: rgb(81,128,110); }

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

<style>
 a { background-color: #51806E; }

 a { background-color: rgb(81,128,110); }

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

<style>
 span { border-color: #51806E; }

 span { border-color: rgb(81,128,110); }

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