#51886A

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

Shades of Cutty Sark #51886A

Tints of Cutty Sark #51886A

Color information

#51886A (or 0x51886A) is unknown color: approx Cutty Sark. HEX triplet: 51, 88 and 6A. RGB value is (81,136,106). Sum of RGB (Red+Green+Blue) = 81+136+106=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #51886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51886A is #AE7795. Grayscale: #747474. Windows color (decimal): -11433878 or 6981713. OLE color: 6981713.

HSL color Cylindrical-coordinate representation of color #51886A: hue angle of 147.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51886A is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB81136106-
CMYK0.4000.220.47
HSL147.27º25.35%42.55%-
HSV(B)147.27º40.44%53.33%-
XYZ14.820.416.79-
YUV116.14122.28102.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=25.08%
G=42.11%
B=32.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811361060.4000.220.47147.2725.3542.55
Hex51886A280162F93192b
Octal12121015250026572233153
Binary10100011000100011010101010000101101011111001001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51886A; }

 p { color: rgb(81,136,106); }

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

<style>
 a { background-color: #51886A; }

 a { background-color: rgb(81,136,106); }

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

<style>
 span { border-color: #51886A; }

 span { border-color: rgb(81,136,106); }

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