Html Css Color HEX #50846E Cutty Sark

📋 copy color: '#50846E'

red 80 ◦ green 132 ◦ blue 110

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

Shades of Cutty Sark #50846E

Tints of Cutty Sark #50846E

RGB

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

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

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

R = 24.84%
G = 40.99%
B = 34.16%

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

#50846E (or 0x50846E) is known color: Cutty Sark. HEX triplet: 50, 84 and 6E. RGB value is (80,132,110). Sum of RGB (Red+Green+Blue) = 80+132+110=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #50846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50846E is #AF7B91. Grayscale: #717171. Windows color (decimal): -11500434 or 7242832. OLE color: 7242832.

HSL color Cylindrical-coordinate representation of color #50846E: hue angle of 154.62º 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 #50846E is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 110 -
CMYK 0.39 0 0.17 0.48
HSL 154.62º 0.25% 0.42% -
HSV(B) 154.62º 0.39% 0.52% -
XYZ 14.37 19.33 17.73 -
YUV 113.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 80 132 110 0.39 0 0.17 0.48 154.62 0.25 0.42
Hex 50 84 6E 27 0 11 30 9B 19 2A
Octal 120 204 156 47 0 21 60 233 31 52
Binary 1010000 10000100 1101110 100111 0 10001 110000 10011011 11001 101010

Color Harmonies of #50846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50846E

Black with #50846E

Text Example


Text Example

White with #50846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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