Html Css Color HEX #509173 Cutty Sark

📋 copy color: '#509173'

red 80 ◦ green 145 ◦ blue 115

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

Shades of Cutty Sark #509173

Tints of Cutty Sark #509173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 23.53%
G = 42.65%
B = 33.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#509173 (or 0x509173) is known color: Cutty Sark. HEX triplet: 50, 91 and 73. RGB value is (80,145,115). Sum of RGB (Red+Green+Blue) = 80+145+115=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #509173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509173 is #AF6E8C. Grayscale: #7A7A7A. Windows color (decimal): -11497101 or 7573840. OLE color: 7573840.

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

Color convert

RGB 80 145 115 -
CMYK 0.45 0 0.21 0.43
HSL 152.31º 0.29% 0.44% -
HSV(B) 152.31º 0.45% 0.57% -
XYZ 16.53 23.19 19.83 -
YUV 122.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 80 145 115 0.45 0 0.21 0.43 152.31 0.29 0.44
Hex 50 91 73 2D 0 15 2B 98 1D 2C
Octal 120 221 163 55 0 25 53 230 35 54
Binary 1010000 10010001 1110011 101101 0 10101 101011 10011000 11101 101100

Color Harmonies of #509173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509173

Black with #509173

Text Example


Text Example

White with #509173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509173; }

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

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

background-color css

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

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

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

border-color css

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

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

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