Html Css Color HEX #50846B Cutty Sark

📋 copy color: '#50846B'

red 80 ◦ green 132 ◦ blue 107

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

Shades of Cutty Sark #50846B

Tints of Cutty Sark #50846B

RGB

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

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

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

R = 25.08%
G = 41.38%
B = 33.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#50846B (or 0x50846B) is known color: Cutty Sark. HEX triplet: 50, 84 and 6B. RGB value is (80,132,107). Sum of RGB (Red+Green+Blue) = 80+132+107=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #50846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50846B is #AF7B94. Grayscale: #717171. Windows color (decimal): -11500437 or 7046224. OLE color: 7046224.

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

Color convert

RGB 80 132 107 -
CMYK 0.39 0 0.19 0.48
HSL 151.15º 0.25% 0.42% -
HSV(B) 151.15º 0.39% 0.52% -
XYZ 14.21 19.27 16.88 -
YUV 113.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 80 132 107 0.39 0 0.19 0.48 151.15 0.25 0.42
Hex 50 84 6B 27 0 13 30 97 19 2A
Octal 120 204 153 47 0 23 60 227 31 52
Binary 1010000 10000100 1101011 100111 0 10011 110000 10010111 11001 101010

Color Harmonies of #50846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50846B

Black with #50846B

Text Example


Text Example

White with #50846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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