Html Css Color HEX #50846D Cutty Sark

📋 copy color: '#50846D'

red 80 ◦ green 132 ◦ blue 109

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

Shades of Cutty Sark #50846D

Tints of Cutty Sark #50846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.12%

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 24.92%
G = 41.12%
B = 33.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#50846D (or 0x50846D) is known color: Cutty Sark. HEX triplet: 50, 84 and 6D. RGB value is (80,132,109). Sum of RGB (Red+Green+Blue) = 80+132+109=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #50846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50846D is #AF7B92. Grayscale: #717171. Windows color (decimal): -11500435 or 7177296. OLE color: 7177296.

HSL color Cylindrical-coordinate representation of color #50846D: hue angle of 153.46º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50846D is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 109 -
CMYK 0.39 0 0.17 0.48
HSL 153.46º 0.25% 0.42% -
HSV(B) 153.46º 0.39% 0.52% -
XYZ 14.32 19.31 17.44 -
YUV 113.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 80 132 109 0.39 0 0.17 0.48 153.46 0.25 0.42
Hex 50 84 6D 27 0 11 30 99 19 2A
Octal 120 204 155 47 0 21 60 231 31 52
Binary 1010000 10000100 1101101 100111 0 10001 110000 10011001 11001 101010

Color Harmonies of #50846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50846D

Black with #50846D

Text Example


Text Example

White with #50846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50846D; }

 p { color: rgb(80,132,109); }

 H1.HeaderClassName
 {
   color: #50846D;
 }
 .AnyTagClassName
 {
   color: #50846D;
 }
</style>

background-color css

<style>
 a { background-color: #50846D; }

 a { background-color: rgb(80,132,109); }

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

border-color css

<style>
 span { border-color: #50846D; }

 span { border-color: rgb(80,132,109); }

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