Html Css Color HEX #509171 Cutty Sark

📋 copy color: '#509171'

red 80 ◦ green 145 ◦ blue 113

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

Shades of Cutty Sark #509171

Tints of Cutty Sark #509171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.43%

R = 23.67%
G = 42.9%
B = 33.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#509171 (or 0x509171) is known color: Cutty Sark. HEX triplet: 50, 91 and 71. RGB value is (80,145,113). Sum of RGB (Red+Green+Blue) = 80+145+113=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #509171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509171 is #AF6E8E. Grayscale: #797979. Windows color (decimal): -11497103 or 7442768. OLE color: 7442768.

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

Color convert

RGB 80 145 113 -
CMYK 0.45 0 0.22 0.43
HSL 150.46º 0.29% 0.44% -
HSV(B) 150.46º 0.45% 0.57% -
XYZ 16.41 23.15 19.23 -
YUV 121.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 80 145 113 0.45 0 0.22 0.43 150.46 0.29 0.44
Hex 50 91 71 2D 0 16 2B 96 1D 2C
Octal 120 221 161 55 0 26 53 226 35 54
Binary 1010000 10010001 1110001 101101 0 10110 101011 10010110 11101 101100

Color Harmonies of #509171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509171

Black with #509171

Text Example


Text Example

White with #509171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509171; }

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

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

background-color css

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

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

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

border-color css

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

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

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