Html Css Color HEX #508E6B Cutty Sark

📋 copy color: '#508E6B'

red 80 ◦ green 142 ◦ blue 107

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

Shades of Cutty Sark #508E6B

Tints of Cutty Sark #508E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.16%

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 24.32%
G = 43.16%
B = 32.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#508E6B (or 0x508E6B) is known color: Cutty Sark. HEX triplet: 50, 8E and 6B. RGB value is (80,142,107). Sum of RGB (Red+Green+Blue) = 80+142+107=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #508E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E6B is #AF7194. Grayscale: #777777. Windows color (decimal): -11497877 or 7048784. OLE color: 7048784.

HSL color Cylindrical-coordinate representation of color #508E6B: hue angle of 146.13º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508E6B is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 142 107 -
CMYK 0.44 0 0.25 0.44
HSL 146.13º 0.28% 0.44% -
HSV(B) 146.13º 0.44% 0.56% -
XYZ 15.64 22.11 17.35 -
YUV 119.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 80 142 107 0.44 0 0.25 0.44 146.13 0.28 0.44
Hex 50 8E 6B 2C 0 19 2C 92 1C 2C
Octal 120 216 153 54 0 31 54 222 34 54
Binary 1010000 10001110 1101011 101100 0 11001 101100 10010010 11100 101100

Color Harmonies of #508E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508E6B

Black with #508E6B

Text Example


Text Example

White with #508E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508E6B; }

 p { color: rgb(80,142,107); }

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

background-color css

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

 a { background-color: rgb(80,142,107); }

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

border-color css

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

 span { border-color: rgb(80,142,107); }

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