#51906D

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

Shades of Cutty Sark #51906D

Tints of Cutty Sark #51906D

Color information

#51906D (or 0x51906D) is unknown color: approx Cutty Sark. HEX triplet: 51, 90 and 6D. RGB value is (81,144,109). Sum of RGB (Red+Green+Blue) = 81+144+109=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #51906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51906D is #AE6F92. Grayscale: #797979. Windows color (decimal): -11431827 or 7180369. OLE color: 7180369.

HSL color Cylindrical-coordinate representation of color #51906D: hue angle of 146.67º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51906D is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB81144109-
CMYK0.4400.240.44
HSL146.67º28%44.12%-
HSV(B)146.67º43.75%56.47%-
XYZ16.1322.818.02-
YUV121.17121.1399.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 144 (56.64% from 255) = 43.11%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=24.25%
G=43.11%
B=32.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811441090.4400.240.44146.672844.12
Hex51906D2C0182C931c2c
Octal12122015554030542233454
Binary10100011001000011011011011000110001011001001001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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