Html Css Color HEX #508978 Cutty Sark

📋 copy color: '#508978'

red 80 ◦ green 137 ◦ blue 120

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

Shades of Cutty Sark #508978

Tints of Cutty Sark #508978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.65%

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

R = 23.74%
G = 40.65%
B = 35.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#508978 (or 0x508978) is known color: Cutty Sark. HEX triplet: 50, 89 and 78. RGB value is (80,137,120). Sum of RGB (Red+Green+Blue) = 80+137+120=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #508978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508978 is #AF7687. Grayscale: #767676. Windows color (decimal): -11499144 or 7899472. OLE color: 7899472.

HSL color Cylindrical-coordinate representation of color #508978: hue angle of 162.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508978 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 120 -
CMYK 0.42 0 0.12 0.46
HSL 162.11º 0.26% 0.43% -
HSV(B) 162.11º 0.42% 0.54% -
XYZ 15.64 20.95 20.99 -
YUV 118.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 80 137 120 0.42 0 0.12 0.46 162.11 0.26 0.43
Hex 50 89 78 2A 0 C 2E A2 1A 2B
Octal 120 211 170 52 0 14 56 242 32 53
Binary 1010000 10001001 1111000 101010 0 1100 101110 10100010 11010 101011

Color Harmonies of #508978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508978

Black with #508978

Text Example


Text Example

White with #508978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508978; }

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

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

background-color css

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

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

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

border-color css

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

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

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