Html Css Color HEX #50886F Cutty Sark

📋 copy color: '#50886F'

red 80 ◦ green 136 ◦ blue 111

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

Shades of Cutty Sark #50886F

Tints of Cutty Sark #50886F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 24.46%
G = 41.59%
B = 33.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#50886F (or 0x50886F) is known color: Cutty Sark. HEX triplet: 50, 88 and 6F. RGB value is (80,136,111). Sum of RGB (Red+Green+Blue) = 80+136+111=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #50886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50886F is #AF7790. Grayscale: #747474. Windows color (decimal): -11499409 or 7309392. OLE color: 7309392.

HSL color Cylindrical-coordinate representation of color #50886F: hue angle of 153.21º 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 #50886F is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 136 111 -
CMYK 0.41 0 0.18 0.47
HSL 153.21º 0.26% 0.42% -
HSV(B) 153.21º 0.41% 0.53% -
XYZ 14.98 20.46 18.2 -
YUV 116.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 80 136 111 0.41 0 0.18 0.47 153.21 0.26 0.42
Hex 50 88 6F 29 0 12 2F 99 1A 2A
Octal 120 210 157 51 0 22 57 231 32 52
Binary 1010000 10001000 1101111 101001 0 10010 101111 10011001 11010 101010

Color Harmonies of #50886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50886F

Black with #50886F

Text Example


Text Example

White with #50886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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