Html Css Color HEX #508674 Cutty Sark

📋 copy color: '#508674'

red 80 ◦ green 134 ◦ blue 116

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

Shades of Cutty Sark #508674

Tints of Cutty Sark #508674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 24.24%
G = 40.61%
B = 35.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#508674 (or 0x508674) is known color: Cutty Sark. HEX triplet: 50, 86 and 74. RGB value is (80,134,116). Sum of RGB (Red+Green+Blue) = 80+134+116=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #508674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508674 is #AF798B. Grayscale: #737373. Windows color (decimal): -11499916 or 7636560. OLE color: 7636560.

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

Color convert

RGB 80 134 116 -
CMYK 0.40 0 0.13 0.47
HSL 160º 0.25% 0.42% -
HSV(B) 160º 0.4% 0.53% -
XYZ 14.99 20.02 19.6 -
YUV 115.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 80 134 116 0.40 0 0.13 0.47 160 0.25 0.42
Hex 50 86 74 28 0 D 2F A0 19 2A
Octal 120 206 164 50 0 15 57 240 31 52
Binary 1010000 10000110 1110100 101000 0 1101 101111 10100000 11001 101010

Color Harmonies of #508674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508674

Black with #508674

Text Example


Text Example

White with #508674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508674; }

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

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

background-color css

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

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

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

border-color css

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

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

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