Html Css Color HEX #508677 Cutty Sark

📋 copy color: '#508677'

red 80 ◦ green 134 ◦ blue 119

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

Shades of Cutty Sark #508677

Tints of Cutty Sark #508677

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.24%

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 24.02%
G = 40.24%
B = 35.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#508677 (or 0x508677) is known color: Cutty Sark. HEX triplet: 50, 86 and 77. RGB value is (80,134,119). Sum of RGB (Red+Green+Blue) = 80+134+119=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #508677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508677 is #AF7988. Grayscale: #747474. Windows color (decimal): -11499913 or 7833168. OLE color: 7833168.

HSL color Cylindrical-coordinate representation of color #508677: hue angle of 163.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508677 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 134 119 -
CMYK 0.40 0 0.11 0.47
HSL 163.33º 0.25% 0.42% -
HSV(B) 163.33º 0.4% 0.53% -
XYZ 15.16 20.09 20.53 -
YUV 116.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 80 134 119 0.40 0 0.11 0.47 163.33 0.25 0.42
Hex 50 86 77 28 0 B 2F A3 19 2A
Octal 120 206 167 50 0 13 57 243 31 52
Binary 1010000 10000110 1110111 101000 0 1011 101111 10100011 11001 101010

Color Harmonies of #508677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508677

Black with #508677

Text Example


Text Example

White with #508677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508677; }

 p { color: rgb(80,134,119); }

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

background-color css

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

 a { background-color: rgb(80,134,119); }

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

border-color css

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

 span { border-color: rgb(80,134,119); }

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