Html Css Color HEX #50846F Cutty Sark

📋 copy color: '#50846F'

red 80 ◦ green 132 ◦ blue 111

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

Shades of Cutty Sark #50846F

Tints of Cutty Sark #50846F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 24.77%
G = 40.87%
B = 34.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#50846F (or 0x50846F) is known color: Cutty Sark. HEX triplet: 50, 84 and 6F. RGB value is (80,132,111). Sum of RGB (Red+Green+Blue) = 80+132+111=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 132 - color contains mainly: green. Hex color #50846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50846F is #AF7B90. Grayscale: #727272. Windows color (decimal): -11500433 or 7308368. OLE color: 7308368.

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

Color convert

RGB 80 132 111 -
CMYK 0.39 0 0.16 0.48
HSL 155.77º 0.25% 0.42% -
HSV(B) 155.77º 0.39% 0.52% -
XYZ 14.43 19.36 18.01 -
YUV 114.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 80 132 111 0.39 0 0.16 0.48 155.77 0.25 0.42
Hex 50 84 6F 27 0 10 30 9C 19 2A
Octal 120 204 157 47 0 20 60 234 31 52
Binary 1010000 10000100 1101111 100111 0 10000 110000 10011100 11001 101010

Color Harmonies of #50846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50846F

Black with #50846F

Text Example


Text Example

White with #50846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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