#50806B

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

Shades of Cutty Sark #50806B

Tints of Cutty Sark #50806B

Color information

#50806B (or 0x50806B) is unknown color: approx Cutty Sark. HEX triplet: 50, 80 and 6B. RGB value is (80,128,107). Sum of RGB (Red+Green+Blue) = 80+128+107=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #50806B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50806B is #AF7F94. Grayscale: #6F6F6F. Windows color (decimal): -11501461 or 7045200. OLE color: 7045200.

HSL color Cylindrical-coordinate representation of color #50806B: hue angle of 153.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50806B is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB80128107-
CMYK0.3800.160.50
HSL153.75º23.08%40.78%-
HSV(B)153.75º37.5%50.2%-
XYZ13.6818.2116.7-
YUV111.25125.6105.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=25.40%
G=40.63%
B=33.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal801281070.3800.160.50153.7523.0840.78
Hex50806B26010329a1729
Octal12020015346020622322751
Binary10100001000000011010111001100100001100101001101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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