Html Css Color HEX #509076 Cutty Sark

📋 copy color: '#509076'

red 80 ◦ green 144 ◦ blue 118

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

Shades of Cutty Sark #509076

Tints of Cutty Sark #509076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 23.39%
G = 42.11%
B = 34.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#509076 (or 0x509076) is known color: Cutty Sark. HEX triplet: 50, 90 and 76. RGB value is (80,144,118). Sum of RGB (Red+Green+Blue) = 80+144+118=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #509076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509076 is #AF6F89. Grayscale: #797979. Windows color (decimal): -11497354 or 7770192. OLE color: 7770192.

HSL color Cylindrical-coordinate representation of color #509076: hue angle of 155.62º 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 #509076 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 118 -
CMYK 0.44 0 0.18 0.44
HSL 155.63º 0.29% 0.44% -
HSV(B) 155.63º 0.44% 0.56% -
XYZ 16.55 22.96 20.7 -
YUV 121.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 80 144 118 0.44 0 0.18 0.44 155.63 0.29 0.44
Hex 50 90 76 2C 0 12 2C 9C 1D 2C
Octal 120 220 166 54 0 22 54 234 35 54
Binary 1010000 10010000 1110110 101100 0 10010 101100 10011100 11101 101100

Color Harmonies of #509076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509076

Black with #509076

Text Example


Text Example

White with #509076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509076; }

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

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

background-color css

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

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

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

border-color css

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

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

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