Html Css Color HEX #507E6D Cutty Sark

📋 copy color: '#507E6D'

red 80 ◦ green 126 ◦ blue 109

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

Shades of Cutty Sark #507E6D

Tints of Cutty Sark #507E6D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40%

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 25.4%
G = 40%
B = 34.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#507E6D (or 0x507E6D) is known color: Cutty Sark. HEX triplet: 50, 7E and 6D. RGB value is (80,126,109). Sum of RGB (Red+Green+Blue) = 80+126+109=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 126 - color contains mainly: green. Hex color #507E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507E6D is #AF8192. Grayscale: #6E6E6E. Windows color (decimal): -11501971 or 7175760. OLE color: 7175760.

HSL color Cylindrical-coordinate representation of color #507E6D: hue angle of 157.83º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507E6D is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 126 109 -
CMYK 0.37 0 0.13 0.51
HSL 157.83º 0.22% 0.4% -
HSV(B) 157.83º 0.37% 0.49% -
XYZ 13.53 17.73 17.18 -
YUV 110.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 80 126 109 0.37 0 0.13 0.51 157.83 0.22 0.4
Hex 50 7E 6D 25 0 D 33 9E 16 28
Octal 120 176 155 45 0 15 63 236 26 50
Binary 1010000 1111110 1101101 100101 0 1101 110011 10011110 10110 101000

Color Harmonies of #507E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507E6D

Black with #507E6D

Text Example


Text Example

White with #507E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507E6D; }

 p { color: rgb(80,126,109); }

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

background-color css

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

 a { background-color: rgb(80,126,109); }

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

border-color css

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

 span { border-color: rgb(80,126,109); }

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