#509174

Color #509174 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #509174

Tints of Cutty Sark #509174

Color information

#509174 (or 0x509174) is unknown color: approx Cutty Sark. HEX triplet: 50, 91 and 74. RGB value is (80,145,116). Sum of RGB (Red+Green+Blue) = 80+145+116=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #509174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509174 is #AF6E8B. Grayscale: #7A7A7A. Windows color (decimal): -11497100 or 7639376. OLE color: 7639376.

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

Color convert

RGB80145116-
CMYK0.4500.20.43
HSL153.23º28.89%44.12%-
HSV(B)153.23º44.83%56.86%-
XYZ16.5923.2220.13-
YUV122.26124.4797.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=23.46%
G=42.52%
B=34.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451160.4500.20.43153.2328.8944.12
Hex5091742D0142B991d2c
Octal12022116455024532313554
Binary10100001001000111101001011010101001010111001100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509174; }

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

 H1.HeaderClassName
 {
   color: #509174;
 }
 .AnyTagClassName
 {
   color: #509174;
 }
</style>
background-color css

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

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

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

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

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

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