Html Css Color HEX #508B78 Cutty Sark

📋 copy color: '#508B78'

red 80 ◦ green 139 ◦ blue 120

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

Shades of Cutty Sark #508B78

Tints of Cutty Sark #508B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.4%

R = 23.6%
G = 41%
B = 35.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#508B78 (or 0x508B78) is known color: Cutty Sark. HEX triplet: 50, 8B and 78. RGB value is (80,139,120). Sum of RGB (Red+Green+Blue) = 80+139+120=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #508B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B78 is #AF7487. Grayscale: #777777. Windows color (decimal): -11498632 or 7899984. OLE color: 7899984.

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

Color convert

RGB 80 139 120 -
CMYK 0.42 0 0.14 0.45
HSL 160.68º 0.27% 0.43% -
HSV(B) 160.68º 0.42% 0.55% -
XYZ 15.93 21.53 21.08 -
YUV 119.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 80 139 120 0.42 0 0.14 0.45 160.68 0.27 0.43
Hex 50 8B 78 2A 0 E 2D A1 1B 2B
Octal 120 213 170 52 0 16 55 241 33 53
Binary 1010000 10001011 1111000 101010 0 1110 101101 10100001 11011 101011

Color Harmonies of #508B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B78

Black with #508B78

Text Example


Text Example

White with #508B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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