Html Css Color HEX #509077 Cutty Sark

📋 copy color: '#509077'

red 80 ◦ green 144 ◦ blue 119

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

Shades of Cutty Sark #509077

Tints of Cutty Sark #509077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.98%

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 23.32%
G = 41.98%
B = 34.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#509077 (or 0x509077) is known color: Cutty Sark. HEX triplet: 50, 90 and 77. RGB value is (80,144,119). Sum of RGB (Red+Green+Blue) = 80+144+119=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #509077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509077 is #AF6F88. Grayscale: #7A7A7A. Windows color (decimal): -11497353 or 7835728. OLE color: 7835728.

HSL color Cylindrical-coordinate representation of color #509077: hue angle of 156.56º degrees, saturation: 0.29, 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 #509077 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 119 -
CMYK 0.44 0 0.17 0.44
HSL 156.56º 0.29% 0.44% -
HSV(B) 156.56º 0.44% 0.56% -
XYZ 16.61 22.98 21.01 -
YUV 122.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 80 144 119 0.44 0 0.17 0.44 156.56 0.29 0.44
Hex 50 90 77 2C 0 11 2C 9D 1D 2C
Octal 120 220 167 54 0 21 54 235 35 54
Binary 1010000 10010000 1110111 101100 0 10001 101100 10011101 11101 101100

Color Harmonies of #509077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509077

Black with #509077

Text Example


Text Example

White with #509077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509077; }

 p { color: rgb(80,144,119); }

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

background-color css

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

 a { background-color: rgb(80,144,119); }

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

border-color css

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

 span { border-color: rgb(80,144,119); }

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