#51906E

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

Shades of Cutty Sark #51906E

Tints of Cutty Sark #51906E

Color information

#51906E (or 0x51906E) is unknown color: approx Cutty Sark. HEX triplet: 51, 90 and 6E. RGB value is (81,144,110). Sum of RGB (Red+Green+Blue) = 81+144+110=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #51906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51906E is #AE6F91. Grayscale: #797979. Windows color (decimal): -11431826 or 7245905. OLE color: 7245905.

HSL color Cylindrical-coordinate representation of color #51906E: hue angle of 147.62º 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 #51906E is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB81144110-
CMYK0.4400.240.44
HSL147.62º28%44.12%-
HSV(B)147.62º43.75%56.47%-
XYZ16.1822.8218.3-
YUV121.29121.6399.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=24.18%
G=42.99%
B=32.84%

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
Decimal811441100.4400.240.44147.622844.12
Hex51906E2C0182C941c2c
Octal12122015654030542243454
Binary10100011001000011011101011000110001011001001010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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