Html Css Color HEX #50826E Cutty Sark

📋 copy color: '#50826E'

red 80 ◦ green 130 ◦ blue 110

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

Shades of Cutty Sark #50826E

Tints of Cutty Sark #50826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 25%
G = 40.63%
B = 34.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#50826E (or 0x50826E) is known color: 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

RGB 80 130 110 -
CMYK 0.38 0 0.15 0.49
HSL 156º 0.24% 0.41% -
HSV(B) 156º 0.38% 0.51% -
XYZ 14.11 18.8 17.64 -
YUV 112.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 80 130 110 0.38 0 0.15 0.49 156 0.24 0.41
Hex 50 82 6E 26 0 F 31 9C 18 29
Octal 120 202 156 46 0 17 61 234 30 51
Binary 1010000 10000010 1101110 100110 0 1111 110001 10011100 11000 101001

Color Harmonies of #50826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50826E

Black with #50826E

Text Example


Text Example

White with #50826E

Text Example


Text Example

HTML Codes & Css Web 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>