#50846C

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

Shades of Cutty Sark #50846C

Tints of Cutty Sark #50846C

Color information

#50846C (or 0x50846C) is unknown color: approx Cutty Sark. HEX triplet: 50, 84 and 6C. RGB value is (80,132,108). Sum of RGB (Red+Green+Blue) = 80+132+108=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #50846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50846C is #AF7B93. Grayscale: #717171. Windows color (decimal): -11500436 or 7111760. OLE color: 7111760.

HSL color Cylindrical-coordinate representation of color #50846C: hue angle of 152.31º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50846C is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB80132108-
CMYK0.3900.180.48
HSL152.31º24.53%41.57%-
HSV(B)152.31º39.39%51.76%-
XYZ14.2719.2917.16-
YUV113.72124.77103.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=25%
G=41.25%
B=33.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801321080.3900.180.48152.3124.5341.57
Hex50846C270123098192a
Octal12020415447022602303152
Binary10100001000010011011001001110100101100001001100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,132,108); }

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

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

 a { background-color: rgb(80,132,108); }

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

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

 span { border-color: rgb(80,132,108); }

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