Html Css Color HEX #50826C Cutty Sark

📋 copy color: '#50826C'

red 80 ◦ green 130 ◦ blue 108

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

Shades of Cutty Sark #50826C

Tints of Cutty Sark #50826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 25.16%
G = 40.88%
B = 33.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#50826C (or 0x50826C) is known color: Cutty Sark. HEX triplet: 50, 82 and 6C. RGB value is (80,130,108). Sum of RGB (Red+Green+Blue) = 80+130+108=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #50826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50826C is #AF7D93. Grayscale: #707070. Windows color (decimal): -11500948 or 7111248. OLE color: 7111248.

HSL color Cylindrical-coordinate representation of color #50826C: hue angle of 153.6º 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 #50826C is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 108 -
CMYK 0.38 0 0.17 0.49
HSL 153.6º 0.24% 0.41% -
HSV(B) 153.6º 0.38% 0.51% -
XYZ 14 18.75 17.07 -
YUV 112.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 80 130 108 0.38 0 0.17 0.49 153.6 0.24 0.41
Hex 50 82 6C 26 0 11 31 9A 18 29
Octal 120 202 154 46 0 21 61 232 30 51
Binary 1010000 10000010 1101100 100110 0 10001 110001 10011010 11000 101001

Color Harmonies of #50826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50826C

Black with #50826C

Text Example


Text Example

White with #50826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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