Html Css Color HEX #508678 Cutty Sark

📋 copy color: '#508678'

red 80 ◦ green 134 ◦ blue 120

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

Shades of Cutty Sark #508678

Tints of Cutty Sark #508678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 23.95%
G = 40.12%
B = 35.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#508678 (or 0x508678) is known color: Cutty Sark. HEX triplet: 50, 86 and 78. RGB value is (80,134,120). Sum of RGB (Red+Green+Blue) = 80+134+120=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #508678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508678 is #AF7987. Grayscale: #747474. Windows color (decimal): -11499912 or 7898704. OLE color: 7898704.

HSL color Cylindrical-coordinate representation of color #508678: hue angle of 164.44º 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 #508678 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 134 120 -
CMYK 0.40 0 0.10 0.47
HSL 164.44º 0.25% 0.42% -
HSV(B) 164.44º 0.4% 0.53% -
XYZ 15.22 20.11 20.85 -
YUV 116.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 80 134 120 0.40 0 0.10 0.47 164.44 0.25 0.42
Hex 50 86 78 28 0 A 2F A4 19 2A
Octal 120 206 170 50 0 12 57 244 31 52
Binary 1010000 10000110 1111000 101000 0 1010 101111 10100100 11001 101010

Color Harmonies of #508678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508678

Black with #508678

Text Example


Text Example

White with #508678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508678; }

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

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

background-color css

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

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

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

border-color css

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

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

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