Html Css Color HEX #50846A Cutty Sark

📋 copy color: '#50846A'

red 80 ◦ green 132 ◦ blue 106

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

Shades of Cutty Sark #50846A

Tints of Cutty Sark #50846A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.33%

R = 25.16%
G = 41.51%
B = 33.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#50846A (or 0x50846A) is known color: Cutty Sark. HEX triplet: 50, 84 and 6A. RGB value is (80,132,106). Sum of RGB (Red+Green+Blue) = 80+132+106=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #50846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50846A is #AF7B95. Grayscale: #717171. Windows color (decimal): -11500438 or 6980688. OLE color: 6980688.

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

Color convert

RGB 80 132 106 -
CMYK 0.39 0 0.20 0.48
HSL 150º 0.25% 0.42% -
HSV(B) 150º 0.39% 0.52% -
XYZ 14.16 19.25 16.6 -
YUV 113.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 80 132 106 0.39 0 0.20 0.48 150 0.25 0.42
Hex 50 84 6A 27 0 14 30 96 19 2A
Octal 120 204 152 47 0 24 60 226 31 52
Binary 1010000 10000100 1101010 100111 0 10100 110000 10010110 11001 101010

Color Harmonies of #50846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50846A

Black with #50846A

Text Example


Text Example

White with #50846A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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