#50826E

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

Shades of Cutty Sark #50826E

Tints of Cutty Sark #50826E

Color information

#50826E (or 0x50826E) is unknown color: approx Cutty Sark. HEX triplet: 50, 82 and 6E. RGB value is (80,130,110). Sum of RGB (Red+Green+Blue) = 80+130+110=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #50826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50826E is #AF7D91. Grayscale: #707070. Windows color (decimal): -11500946 or 7242320. OLE color: 7242320.

HSL color Cylindrical-coordinate representation of color #50826E: hue angle of 156º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50826E is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB80130110-
CMYK0.3800.150.49
HSL156º23.81%41.18%-
HSV(B)156º38.46%50.98%-
XYZ14.1118.817.64-
YUV112.77126.44104.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=25%
G=40.62%
B=34.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801301100.3800.150.4915623.8141.18
Hex50826E260F319c1829
Octal12020215646017612343051
Binary1010000100000101101110100110011111100011001110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50826E; }

 p { color: rgb(80,130,110); }

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

<style>
 a { background-color: #50826E; }

 a { background-color: rgb(80,130,110); }

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

<style>
 span { border-color: #50826E; }

 span { border-color: rgb(80,130,110); }

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