Html Css Color HEX #50886C Cutty Sark

📋 copy color: '#50886C'

red 80 ◦ green 136 ◦ blue 108

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

Shades of Cutty Sark #50886C

Tints of Cutty Sark #50886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.98%

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 24.69%
G = 41.98%
B = 33.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#50886C (or 0x50886C) is known color: Cutty Sark. HEX triplet: 50, 88 and 6C. RGB value is (80,136,108). Sum of RGB (Red+Green+Blue) = 80+136+108=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #50886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50886C is #AF7793. Grayscale: #747474. Windows color (decimal): -11499412 or 7112784. OLE color: 7112784.

HSL color Cylindrical-coordinate representation of color #50886C: hue angle of 150º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50886C is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 136 108 -
CMYK 0.41 0 0.21 0.47
HSL 150º 0.26% 0.42% -
HSV(B) 150º 0.41% 0.53% -
XYZ 14.82 20.4 17.34 -
YUV 116.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 80 136 108 0.41 0 0.21 0.47 150 0.26 0.42
Hex 50 88 6C 29 0 15 2F 96 1A 2A
Octal 120 210 154 51 0 25 57 226 32 52
Binary 1010000 10001000 1101100 101001 0 10101 101111 10010110 11010 101010

Color Harmonies of #50886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50886C

Black with #50886C

Text Example


Text Example

White with #50886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50886C; }

 p { color: rgb(80,136,108); }

 H1.HeaderClassName
 {
   color: #50886C;
 }
 .AnyTagClassName
 {
   color: #50886C;
 }
</style>

background-color css

<style>
 a { background-color: #50886C; }

 a { background-color: rgb(80,136,108); }

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

border-color css

<style>
 span { border-color: #50886C; }

 span { border-color: rgb(80,136,108); }

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