Html Css Color HEX #509178 Cutty Sark

📋 copy color: '#509178'

red 80 ◦ green 145 ◦ blue 120

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

Shades of Cutty Sark #509178

Tints of Cutty Sark #509178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 23.19%
G = 42.03%
B = 34.78%

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

#509178 (or 0x509178) is known color: Cutty Sark. HEX triplet: 50, 91 and 78. RGB value is (80,145,120). Sum of RGB (Red+Green+Blue) = 80+145+120=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #509178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509178 is #AF6E87. Grayscale: #7A7A7A. Windows color (decimal): -11497096 or 7901520. OLE color: 7901520.

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

Color convert

RGB 80 145 120 -
CMYK 0.45 0 0.17 0.43
HSL 156.92º 0.29% 0.44% -
HSV(B) 156.92º 0.45% 0.57% -
XYZ 16.82 23.31 21.38 -
YUV 122.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 80 145 120 0.45 0 0.17 0.43 156.92 0.29 0.44
Hex 50 91 78 2D 0 11 2B 9D 1D 2C
Octal 120 221 170 55 0 21 53 235 35 54
Binary 1010000 10010001 1111000 101101 0 10001 101011 10011101 11101 101100

Color Harmonies of #509178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509178

Black with #509178

Text Example


Text Example

White with #509178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509178; }

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

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

background-color css

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

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

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

border-color css

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

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

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