Html Css Color HEX #50826D Cutty Sark

📋 copy color: '#50826D'

red 80 ◦ green 130 ◦ blue 109

#50826D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #50826D

Tints of Cutty Sark #50826D

RGB

 RED value IS 80 (31.64% from 255) = 25.08%

 GREEN value IS 130 (51.17% from 255) = 40.75%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 25.08%
G = 40.75%
B = 34.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#50826D (or 0x50826D) is known color: Cutty Sark. HEX triplet: 50, 82 and 6D. RGB value is (80,130,109). Sum of RGB (Red+Green+Blue) = 80+130+109=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #50826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50826D is #AF7D92. Grayscale: #707070. Windows color (decimal): -11500947 or 7176784. OLE color: 7176784.

HSL color Cylindrical-coordinate representation of color #50826D: hue angle of 154.8º 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 #50826D is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 109 -
CMYK 0.38 0 0.16 0.49
HSL 154.8º 0.24% 0.41% -
HSV(B) 154.8º 0.38% 0.51% -
XYZ 14.05 18.77 17.35 -
YUV 112.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 80 130 109 0.38 0 0.16 0.49 154.8 0.24 0.41
Hex 50 82 6D 26 0 10 31 9B 18 29
Octal 120 202 155 46 0 20 61 233 30 51
Binary 1010000 10000010 1101101 100110 0 10000 110001 10011011 11000 101001

Color Harmonies of #50826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50826D

Black with #50826D

Text Example


Text Example

White with #50826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50826D;
 }
 .AnyTagClassName
 {
   color: #50826D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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