#51906C

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

Shades of Cutty Sark #51906C

Tints of Cutty Sark #51906C

Color information

#51906C (or 0x51906C) is unknown color: approx Cutty Sark. HEX triplet: 51, 90 and 6C. RGB value is (81,144,108). Sum of RGB (Red+Green+Blue) = 81+144+108=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #51906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51906C is #AE6F93. Grayscale: #797979. Windows color (decimal): -11431828 or 7114833. OLE color: 7114833.

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

Color convert

RGB81144108-
CMYK0.4400.250.44
HSL145.71º28%44.12%-
HSV(B)145.71º43.75%56.47%-
XYZ16.0722.7817.74-
YUV121.06120.6399.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 144 (56.64% from 255) = 43.24%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=24.32%
G=43.24%
B=32.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811441080.4400.250.44145.712844.12
Hex51906C2C0192C921c2c
Octal12122015454031542223454
Binary10100011001000011011001011000110011011001001001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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