Html Css Color HEX #50806B Cutty Sark

📋 copy color: '#50806B'

red 80 ◦ green 128 ◦ blue 107

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

Shades of Cutty Sark #50806B

Tints of Cutty Sark #50806B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.63%

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 25.4%
G = 40.63%
B = 33.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#50806B (or 0x50806B) is known color: Cutty Sark. HEX triplet: 50, 80 and 6B. RGB value is (80,128,107). Sum of RGB (Red+Green+Blue) = 80+128+107=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #50806B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50806B is #AF7F94. Grayscale: #6F6F6F. Windows color (decimal): -11501461 or 7045200. OLE color: 7045200.

HSL color Cylindrical-coordinate representation of color #50806B: hue angle of 153.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50806B is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 107 -
CMYK 0.38 0 0.16 0.50
HSL 153.75º 0.23% 0.41% -
HSV(B) 153.75º 0.38% 0.5% -
XYZ 13.68 18.21 16.7 -
YUV 111.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 80 128 107 0.38 0 0.16 0.50 153.75 0.23 0.41
Hex 50 80 6B 26 0 10 32 9A 17 29
Octal 120 200 153 46 0 20 62 232 27 51
Binary 1010000 10000000 1101011 100110 0 10000 110010 10011010 10111 101001

Color Harmonies of #50806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50806B

Black with #50806B

Text Example


Text Example

White with #50806B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50806B; }

 p { color: rgb(80,128,107); }

 H1.HeaderClassName
 {
   color: #50806B;
 }
 .AnyTagClassName
 {
   color: #50806B;
 }
</style>

background-color css

<style>
 a { background-color: #50806B; }

 a { background-color: rgb(80,128,107); }

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

border-color css

<style>
 span { border-color: #50806B; }

 span { border-color: rgb(80,128,107); }

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