Html Css Color HEX #50896E Cutty Sark

📋 copy color: '#50896E'

red 80 ◦ green 137 ◦ blue 110

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

Shades of Cutty Sark #50896E

Tints of Cutty Sark #50896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.9%

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

R = 24.46%
G = 41.9%
B = 33.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#50896E (or 0x50896E) is known color: Cutty Sark. HEX triplet: 50, 89 and 6E. RGB value is (80,137,110). Sum of RGB (Red+Green+Blue) = 80+137+110=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #50896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50896E is #AF7691. Grayscale: #747474. Windows color (decimal): -11499154 or 7244112. OLE color: 7244112.

HSL color Cylindrical-coordinate representation of color #50896E: hue angle of 151.58º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50896E is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 110 -
CMYK 0.42 0 0.20 0.46
HSL 151.58º 0.26% 0.43% -
HSV(B) 151.58º 0.42% 0.54% -
XYZ 15.07 20.72 17.96 -
YUV 116.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 80 137 110 0.42 0 0.20 0.46 151.58 0.26 0.43
Hex 50 89 6E 2A 0 14 2E 98 1A 2B
Octal 120 211 156 52 0 24 56 230 32 53
Binary 1010000 10001001 1101110 101010 0 10100 101110 10011000 11010 101011

Color Harmonies of #50896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50896E

Black with #50896E

Text Example


Text Example

White with #50896E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50896E;
 }
 .AnyTagClassName
 {
   color: #50896E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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