Html Css Color HEX #50826F Cutty Sark

📋 copy color: '#50826F'

red 80 ◦ green 130 ◦ blue 111

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

Shades of Cutty Sark #50826F

Tints of Cutty Sark #50826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.5%

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

R = 24.92%
G = 40.5%
B = 34.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#50826F (or 0x50826F) is known color: Cutty Sark. HEX triplet: 50, 82 and 6F. RGB value is (80,130,111). Sum of RGB (Red+Green+Blue) = 80+130+111=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #50826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50826F is #AF7D90. Grayscale: #707070. Windows color (decimal): -11500945 or 7307856. OLE color: 7307856.

HSL color Cylindrical-coordinate representation of color #50826F: hue angle of 157.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50826F is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 111 -
CMYK 0.38 0 0.15 0.49
HSL 157.2º 0.24% 0.41% -
HSV(B) 157.2º 0.38% 0.51% -
XYZ 14.16 18.82 17.92 -
YUV 112.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 80 130 111 0.38 0 0.15 0.49 157.2 0.24 0.41
Hex 50 82 6F 26 0 F 31 9D 18 29
Octal 120 202 157 46 0 17 61 235 30 51
Binary 1010000 10000010 1101111 100110 0 1111 110001 10011101 11000 101001

Color Harmonies of #50826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50826F

Black with #50826F

Text Example


Text Example

White with #50826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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