#51816E

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

Shades of Cutty Sark #51816E

Tints of Cutty Sark #51816E

Color information

#51816E (or 0x51816E) is unknown color: approx Cutty Sark. HEX triplet: 51, 81 and 6E. RGB value is (81,129,110). Sum of RGB (Red+Green+Blue) = 81+129+110=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #51816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51816E is #AE7E91. Grayscale: #707070. Windows color (decimal): -11435666 or 7242065. OLE color: 7242065.

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

Color convert

RGB81129110-
CMYK0.3700.150.49
HSL156.25º22.86%41.18%-
HSV(B)156.25º37.21%50.59%-
XYZ14.0618.5817.6-
YUV112.48126.6105.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 129 (50.78% from 255) = 40.31%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=25.31%
G=40.31%
B=34.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291100.3700.150.49156.2522.8641.18
Hex51816E250F319c1729
Octal12120115645017612342751
Binary1010001100000011101110100101011111100011001110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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