#51886F

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

Shades of Cutty Sark #51886F

Tints of Cutty Sark #51886F

Color information

#51886F (or 0x51886F) is unknown color: approx Cutty Sark. HEX triplet: 51, 88 and 6F. RGB value is (81,136,111). Sum of RGB (Red+Green+Blue) = 81+136+111=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #51886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51886F is #AE7790. Grayscale: #747474. Windows color (decimal): -11433873 or 7309393. OLE color: 7309393.

HSL color Cylindrical-coordinate representation of color #51886F: hue angle of 152.73º 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 #51886F is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB81136111-
CMYK0.4000.180.47
HSL152.73º25.35%42.55%-
HSV(B)152.73º40.44%53.33%-
XYZ15.0720.5118.2-
YUV116.7124.78102.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 136 (53.52% from 255) = 41.46%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=24.70%
G=41.46%
B=33.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811361110.4000.180.47152.7325.3542.55
Hex51886F280122F99192b
Octal12121015750022572313153
Binary10100011000100011011111010000100101011111001100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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