#50886B

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

Shades of Cutty Sark #50886B

Tints of Cutty Sark #50886B

Color information

#50886B (or 0x50886B) is unknown color: approx Cutty Sark. HEX triplet: 50, 88 and 6B. RGB value is (80,136,107). Sum of RGB (Red+Green+Blue) = 80+136+107=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #50886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50886B is #AF7794. Grayscale: #747474. Windows color (decimal): -11499413 or 7047248. OLE color: 7047248.

HSL color Cylindrical-coordinate representation of color #50886B: hue angle of 148.93º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50886B is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB80136107-
CMYK0.4100.210.47
HSL148.93º25.93%42.35%-
HSV(B)148.93º41.18%53.33%-
XYZ14.7720.3817.06-
YUV115.95122.95102.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=24.77%
G=42.11%
B=33.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801361070.4100.210.47148.9325.9342.35
Hex50886B290152F951a2a
Octal12021015351025572253252
Binary10100001000100011010111010010101011011111001010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50886B; }

 p { color: rgb(80,136,107); }

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

<style>
 a { background-color: #50886B; }

 a { background-color: rgb(80,136,107); }

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

<style>
 span { border-color: #50886B; }

 span { border-color: rgb(80,136,107); }

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