Html Css Color HEX #509279 Cutty Sark

📋 copy color: '#509279'

red 80 ◦ green 146 ◦ blue 121

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

Shades of Cutty Sark #509279

Tints of Cutty Sark #509279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.07%

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 23.05%
G = 42.07%
B = 34.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#509279 (or 0x509279) is known color: Cutty Sark. HEX triplet: 50, 92 and 79. RGB value is (80,146,121). Sum of RGB (Red+Green+Blue) = 80+146+121=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #509279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509279 is #AF6D86. Grayscale: #7B7B7B. Windows color (decimal): -11496839 or 7967312. OLE color: 7967312.

HSL color Cylindrical-coordinate representation of color #509279: hue angle of 157.27º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509279 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 121 -
CMYK 0.45 0 0.17 0.43
HSL 157.27º 0.29% 0.44% -
HSV(B) 157.27º 0.45% 0.57% -
XYZ 17.04 23.64 21.75 -
YUV 123.42 126.63 97.03 -
System Red Green Blue C M Y K H S L
Decimal 80 146 121 0.45 0 0.17 0.43 157.27 0.29 0.44
Hex 50 92 79 2D 0 11 2B 9D 1D 2C
Octal 120 222 171 55 0 21 53 235 35 54
Binary 1010000 10010010 1111001 101101 0 10001 101011 10011101 11101 101100

Color Harmonies of #509279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509279

Black with #509279

Text Example


Text Example

White with #509279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509279; }

 p { color: rgb(80,146,121); }

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

background-color css

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

 a { background-color: rgb(80,146,121); }

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

border-color css

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

 span { border-color: rgb(80,146,121); }

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