Html Css Color HEX #508673 Cutty Sark

📋 copy color: '#508673'

red 80 ◦ green 134 ◦ blue 115

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

Shades of Cutty Sark #508673

Tints of Cutty Sark #508673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 24.32%
G = 40.73%
B = 34.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#508673 (or 0x508673) is known color: Cutty Sark. HEX triplet: 50, 86 and 73. RGB value is (80,134,115). Sum of RGB (Red+Green+Blue) = 80+134+115=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #508673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508673 is #AF798C. Grayscale: #737373. Windows color (decimal): -11499917 or 7571024. OLE color: 7571024.

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

Color convert

RGB 80 134 115 -
CMYK 0.40 0 0.14 0.47
HSL 158.89º 0.25% 0.42% -
HSV(B) 158.89º 0.4% 0.53% -
XYZ 14.93 19.99 19.29 -
YUV 115.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 80 134 115 0.40 0 0.14 0.47 158.89 0.25 0.42
Hex 50 86 73 28 0 E 2F 9F 19 2A
Octal 120 206 163 50 0 16 57 237 31 52
Binary 1010000 10000110 1110011 101000 0 1110 101111 10011111 11001 101010

Color Harmonies of #508673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508673

Black with #508673

Text Example


Text Example

White with #508673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508673; }

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

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

background-color css

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

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

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

border-color css

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

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

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