Html Css Color HEX #509177 Cutty Sark

📋 copy color: '#509177'

red 80 ◦ green 145 ◦ blue 119

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

Shades of Cutty Sark #509177

Tints of Cutty Sark #509177

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.15%

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

R = 23.26%
G = 42.15%
B = 34.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#509177 (or 0x509177) is known color: Cutty Sark. HEX triplet: 50, 91 and 77. RGB value is (80,145,119). Sum of RGB (Red+Green+Blue) = 80+145+119=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #509177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509177 is #AF6E88. Grayscale: #7A7A7A. Windows color (decimal): -11497097 or 7835984. OLE color: 7835984.

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

Color convert

RGB 80 145 119 -
CMYK 0.45 0 0.18 0.43
HSL 156º 0.29% 0.44% -
HSV(B) 156º 0.45% 0.57% -
XYZ 16.76 23.29 21.06 -
YUV 122.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 80 145 119 0.45 0 0.18 0.43 156 0.29 0.44
Hex 50 91 77 2D 0 12 2B 9C 1D 2C
Octal 120 221 167 55 0 22 53 234 35 54
Binary 1010000 10010001 1110111 101101 0 10010 101011 10011100 11101 101100

Color Harmonies of #509177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509177

Black with #509177

Text Example


Text Example

White with #509177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509177; }

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

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

background-color css

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

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

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

border-color css

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

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

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