#51816B

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

Shades of Cutty Sark #51816B

Tints of Cutty Sark #51816B

Color information

#51816B (or 0x51816B) is unknown color: approx Cutty Sark. HEX triplet: 51, 81 and 6B. RGB value is (81,129,107). Sum of RGB (Red+Green+Blue) = 81+129+107=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #51816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51816B is #AE7E94. Grayscale: #707070. Windows color (decimal): -11435669 or 7045457. OLE color: 7045457.

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

Color convert

RGB81129107-
CMYK0.3700.170.49
HSL152.5º22.86%41.18%-
HSV(B)152.5º37.21%50.59%-
XYZ13.918.5116.75-
YUV112.14125.1105.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 129 (50.78% from 255) = 40.69%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=25.55%
G=40.69%
B=33.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291070.3700.170.49152.522.8641.18
Hex51816B2501131981729
Octal12120115345021612302751
Binary10100011000000111010111001010100011100011001100010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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