Html Css Color HEX #508B6E Cutty Sark

📋 copy color: '#508B6E'

red 80 ◦ green 139 ◦ blue 110

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

Shades of Cutty Sark #508B6E

Tints of Cutty Sark #508B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 24.32%
G = 42.25%
B = 33.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#508B6E (or 0x508B6E) is known color: Cutty Sark. HEX triplet: 50, 8B and 6E. RGB value is (80,139,110). Sum of RGB (Red+Green+Blue) = 80+139+110=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 139 - color contains mainly: green. Hex color #508B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B6E is #AF7491. Grayscale: #767676. Windows color (decimal): -11498642 or 7244624. OLE color: 7244624.

HSL color Cylindrical-coordinate representation of color #508B6E: hue angle of 150.51º 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 #508B6E is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 110 -
CMYK 0.42 0 0.21 0.45
HSL 150.51º 0.27% 0.43% -
HSV(B) 150.51º 0.42% 0.55% -
XYZ 15.36 21.3 18.05 -
YUV 118.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 80 139 110 0.42 0 0.21 0.45 150.51 0.27 0.43
Hex 50 8B 6E 2A 0 15 2D 97 1B 2B
Octal 120 213 156 52 0 25 55 227 33 53
Binary 1010000 10001011 1101110 101010 0 10101 101101 10010111 11011 101011

Color Harmonies of #508B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B6E

Black with #508B6E

Text Example


Text Example

White with #508B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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