Html Css Color HEX #508B6F Cutty Sark

📋 copy color: '#508B6F'

red 80 ◦ green 139 ◦ blue 111

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

Shades of Cutty Sark #508B6F

Tints of Cutty Sark #508B6F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.12%

 BLUE value IS 111 (43.75% from 255) = 33.64%

R = 24.24%
G = 42.12%
B = 33.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#508B6F (or 0x508B6F) is known color: Cutty Sark. HEX triplet: 50, 8B and 6F. RGB value is (80,139,111). Sum of RGB (Red+Green+Blue) = 80+139+111=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #508B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B6F is #AF7490. Grayscale: #767676. Windows color (decimal): -11498641 or 7310160. OLE color: 7310160.

HSL color Cylindrical-coordinate representation of color #508B6F: hue angle of 151.53º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B6F is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 111 -
CMYK 0.42 0 0.20 0.45
HSL 151.53º 0.27% 0.43% -
HSV(B) 151.53º 0.42% 0.55% -
XYZ 15.41 21.32 18.34 -
YUV 118.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 80 139 111 0.42 0 0.20 0.45 151.53 0.27 0.43
Hex 50 8B 6F 2A 0 14 2D 98 1B 2B
Octal 120 213 157 52 0 24 55 230 33 53
Binary 1010000 10001011 1101111 101010 0 10100 101101 10011000 11011 101011

Color Harmonies of #508B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B6F

Black with #508B6F

Text Example


Text Example

White with #508B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,139,111); }

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

background-color css

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

 a { background-color: rgb(80,139,111); }

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

border-color css

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

 span { border-color: rgb(80,139,111); }

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