Html Css Color HEX #508D6C Cutty Sark

📋 copy color: '#508D6C'

red 80 ◦ green 141 ◦ blue 108

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

Shades of Cutty Sark #508D6C

Tints of Cutty Sark #508D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.86%

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

R = 24.32%
G = 42.86%
B = 32.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#508D6C (or 0x508D6C) is known color: Cutty Sark. HEX triplet: 50, 8D and 6C. RGB value is (80,141,108). Sum of RGB (Red+Green+Blue) = 80+141+108=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #508D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D6C is #AF7293. Grayscale: #777777. Windows color (decimal): -11498132 or 7114064. OLE color: 7114064.

HSL color Cylindrical-coordinate representation of color #508D6C: hue angle of 147.54º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D6C is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 141 108 -
CMYK 0.43 0 0.23 0.45
HSL 147.54º 0.28% 0.43% -
HSV(B) 147.54º 0.43% 0.55% -
XYZ 15.54 21.84 17.58 -
YUV 119 121.79 100.18 -
System Red Green Blue C M Y K H S L
Decimal 80 141 108 0.43 0 0.23 0.45 147.54 0.28 0.43
Hex 50 8D 6C 2B 0 17 2D 94 1C 2B
Octal 120 215 154 53 0 27 55 224 34 53
Binary 1010000 10001101 1101100 101011 0 10111 101101 10010100 11100 101011

Color Harmonies of #508D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508D6C

Black with #508D6C

Text Example


Text Example

White with #508D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508D6C; }

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

 H1.HeaderClassName
 {
   color: #508D6C;
 }
 .AnyTagClassName
 {
   color: #508D6C;
 }
</style>

background-color css

<style>
 a { background-color: #508D6C; }

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

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

border-color css

<style>
 span { border-color: #508D6C; }

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

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