#509274

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

Shades of Cutty Sark #509274

Tints of Cutty Sark #509274

Color information

#509274 (or 0x509274) is unknown color: approx Cutty Sark. HEX triplet: 50, 92 and 74. RGB value is (80,146,116). Sum of RGB (Red+Green+Blue) = 80+146+116=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #509274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509274 is #AF6D8B. Grayscale: #7A7A7A. Windows color (decimal): -11496844 or 7639632. OLE color: 7639632.

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

Color convert

RGB80146116-
CMYK0.4500.210.43
HSL152.73º29.2%44.31%-
HSV(B)152.73º45.21%57.25%-
XYZ16.7423.5220.18-
YUV122.85124.1397.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=23.39%
G=42.69%
B=33.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801461160.4500.210.43152.7329.244.31
Hex5092742D0152B991d2c
Octal12022216455025532313554
Binary10100001001001011101001011010101011010111001100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509274; }

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

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

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

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

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

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

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

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